Package com.oracle.bmc.goldengate.model
Class AmazonS3IcebergStorageSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.goldengate.model.IcebergStorageSummary
- 
- com.oracle.bmc.goldengate.model.AmazonS3IcebergStorageSummary
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class AmazonS3IcebergStorageSummary extends IcebergStorageSummarySummary of the Amazon S3 storage used in the Iceberg connection.
 Note: Objects should always be created or deserialized using theAmazonS3IcebergStorageSummary.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 theAmazonS3IcebergStorageSummary.Builder, which maintain a set of all explicitly set fields calledAmazonS3IcebergStorageSummary.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 SummaryNested Classes Modifier and Type Class Description static classAmazonS3IcebergStorageSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description AmazonS3IcebergStorageSummary(AmazonS3IcebergStorage.SchemeType schemeType, String endpoint, String accessKeyId, String secretAccessKeySecretId, String region, String bucket)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AmazonS3IcebergStorageSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAccessKeyId()Access key ID to access the Amazon S3 bucket.StringgetBucket()S3 bucket where Iceberg stores metadata and data files.StringgetEndpoint()The endpoint URL of the Amazon S3 storage service.StringgetRegion()The AMAZON region where the S3 bucket is hosted.AmazonS3IcebergStorage.SchemeTypegetSchemeType()The scheme of the storage.StringgetSecretAccessKeySecretId()The OCID of the Secret where the Secret Access Key is stored.inthashCode()AmazonS3IcebergStorageSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AmazonS3IcebergStorageSummary@Deprecated public AmazonS3IcebergStorageSummary(AmazonS3IcebergStorage.SchemeType schemeType, String endpoint, String accessKeyId, String secretAccessKeySecretId, String region, String bucket) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AmazonS3IcebergStorageSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic AmazonS3IcebergStorageSummary.Builder toBuilder() 
 - 
getSchemeTypepublic AmazonS3IcebergStorage.SchemeType getSchemeType() The scheme of the storage.- Returns:
- the value
 
 - 
getEndpointpublic String getEndpoint() The endpoint URL of the Amazon S3 storage service.e.g.: ‘https://s3.amazonaws.com’ - Returns:
- the value
 
 - 
getAccessKeyIdpublic String getAccessKeyId() Access key ID to access the Amazon S3 bucket.- Returns:
- the value
 
 - 
getSecretAccessKeySecretIdpublic String getSecretAccessKeySecretId() The OCID of the Secret where the Secret Access Key is stored.- Returns:
- the value
 
 - 
getRegionpublic String getRegion() The AMAZON region where the S3 bucket is hosted.e.g.: ‘us-east-2’ - Returns:
- the value
 
 - 
getBucketpublic String getBucket() S3 bucket where Iceberg stores metadata and data files.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- IcebergStorageSummary
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- IcebergStorageSummary
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- IcebergStorageSummary
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- IcebergStorageSummary
 
 
- 
 
-