Package com.oracle.bmc.goldengate.model
Class CreateAmazonS3IcebergStorageDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.goldengate.model.CreateIcebergStorageDetails
-
- com.oracle.bmc.goldengate.model.CreateAmazonS3IcebergStorageDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class CreateAmazonS3IcebergStorageDetails extends CreateIcebergStorageDetails
The information about a new Amazon S3 storage used in the Iceberg connection.
Note: Objects should always be created or deserialized using theCreateAmazonS3IcebergStorageDetails.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCreateAmazonS3IcebergStorageDetails.Builder
, which maintain a set of all explicitly set fields calledCreateAmazonS3IcebergStorageDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateAmazonS3IcebergStorageDetails.Builder
-
Constructor Summary
Constructors Constructor Description CreateAmazonS3IcebergStorageDetails(AmazonS3IcebergStorage.SchemeType schemeType, String endpoint, String accessKeyId, String secretAccessKeySecretId, String region, String bucket)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateAmazonS3IcebergStorageDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAccessKeyId()
Access key ID to access the Amazon S3 bucket.String
getBucket()
S3 bucket where Iceberg stores metadata and data files.String
getEndpoint()
The endpoint URL of the Amazon S3 storage service.String
getRegion()
The AMAZON region where the S3 bucket is hosted.AmazonS3IcebergStorage.SchemeType
getSchemeType()
The scheme of the storage.String
getSecretAccessKeySecretId()
The OCID of the Secret where the Secret Access Key is stored.int
hashCode()
CreateAmazonS3IcebergStorageDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
CreateAmazonS3IcebergStorageDetails
@Deprecated public CreateAmazonS3IcebergStorageDetails(AmazonS3IcebergStorage.SchemeType schemeType, String endpoint, String accessKeyId, String secretAccessKeySecretId, String region, String bucket)
Deprecated.
-
-
Method Detail
-
builder
public static CreateAmazonS3IcebergStorageDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreateAmazonS3IcebergStorageDetails.Builder toBuilder()
-
getSchemeType
public AmazonS3IcebergStorage.SchemeType getSchemeType()
The scheme of the storage.- Returns:
- the value
-
getEndpoint
public String getEndpoint()
The endpoint URL of the Amazon S3 storage service.e.g.: ‘https://s3.amazonaws.com’
- Returns:
- the value
-
getAccessKeyId
public String getAccessKeyId()
Access key ID to access the Amazon S3 bucket.- Returns:
- the value
-
getSecretAccessKeySecretId
public String getSecretAccessKeySecretId()
The OCID of the Secret where the Secret Access Key is stored.- Returns:
- the value
-
getRegion
public String getRegion()
The AMAZON region where the S3 bucket is hosted.e.g.: ‘us-east-2’
- Returns:
- the value
-
getBucket
public String getBucket()
S3 bucket where Iceberg stores metadata and data files.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classCreateIcebergStorageDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classCreateIcebergStorageDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classCreateIcebergStorageDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCreateIcebergStorageDetails
-
-