Package com.databend.jdbc.cloud
Class ExternalLocationS3
- java.lang.Object
-
- com.databend.jdbc.cloud.ExternalLocationS3
-
public class ExternalLocationS3 extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalLocationS3.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExternalLocationS3.Builderbuilder()StringgetAccessKeyId()StringgetEndpointUrl()StringgetLocation()StringgetRegion()StringgetSecretAccessKey()StringgetSessionToken()booleanisEnableVirtualHostStyle()StringtoString()
-
-
-
Method Detail
-
builder
public static ExternalLocationS3.Builder builder()
-
getLocation
public String getLocation()
-
getEndpointUrl
public String getEndpointUrl()
-
getAccessKeyId
public String getAccessKeyId()
-
getSecretAccessKey
public String getSecretAccessKey()
-
getSessionToken
public String getSessionToken()
-
getRegion
public String getRegion()
-
isEnableVirtualHostStyle
public boolean isEnableVirtualHostStyle()
-
-