Package com.oracle.bmc.goldengate.model
Class UpdateOciObjectStorageS3ApiIcebergStorageDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.goldengate.model.UpdateIcebergStorageDetails
-
- com.oracle.bmc.goldengate.model.UpdateOciObjectStorageS3ApiIcebergStorageDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class UpdateOciObjectStorageS3ApiIcebergStorageDetails extends UpdateIcebergStorageDetailsThe information to update the OCI Object Storage (S3 Compatibility API) configuration used by the Iceberg connection.
Note: Objects should always be created or deserialized using theUpdateOciObjectStorageS3ApiIcebergStorageDetails.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 theUpdateOciObjectStorageS3ApiIcebergStorageDetails.Builder, which maintain a set of all explicitly set fields calledUpdateOciObjectStorageS3ApiIcebergStorageDetails.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 classUpdateOciObjectStorageS3ApiIcebergStorageDetails.Builder
-
Constructor Summary
Constructors Constructor Description UpdateOciObjectStorageS3ApiIcebergStorageDetails(String endpoint, String accessKeyId, String secretAccessKeySecretId, char[] secretAccessKey, String bucket)Deprecated.UpdateOciObjectStorageS3ApiIcebergStorageDetails(String endpoint, String accessKeyId, String secretAccessKeySecretId, String secretAccessKey, String bucket)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UpdateOciObjectStorageS3ApiIcebergStorageDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAccessKeyId()Access Key ID from the OCI IAM user’s Customer Secret Key pair used to authenticate to OCI Object Storage via the S3 Compatibility API.StringgetBucket()Target OCI Object Storage bucket name where Iceberg stores table metadata and data files.StringgetEndpoint()OCI Object Storage S3 Compatibility API endpoint URL.StringgetSecretAccessKey()Deprecated.Use getSecretAccessKey__AsCharArray() instead.char[]getSecretAccessKey__AsCharArray()Secret Access Key from the OCI IAM user’s Customer Secret Key pair used to authenticate to OCI Object Storage via the S3 Compatibility API.StringgetSecretAccessKeySecretId()The OCID of the Secret where the Secret Access Key used for OCI Object Storage S3 Compatibility authentication.inthashCode()UpdateOciObjectStorageS3ApiIcebergStorageDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
UpdateOciObjectStorageS3ApiIcebergStorageDetails
@Deprecated public UpdateOciObjectStorageS3ApiIcebergStorageDetails(String endpoint, String accessKeyId, String secretAccessKeySecretId, String secretAccessKey, String bucket)
Deprecated.
-
UpdateOciObjectStorageS3ApiIcebergStorageDetails
@Deprecated public UpdateOciObjectStorageS3ApiIcebergStorageDetails(String endpoint, String accessKeyId, String secretAccessKeySecretId, char[] secretAccessKey, String bucket)
Deprecated.
-
-
Method Detail
-
builder
public static UpdateOciObjectStorageS3ApiIcebergStorageDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateOciObjectStorageS3ApiIcebergStorageDetails.Builder toBuilder()
-
getEndpoint
public String getEndpoint()
OCI Object Storage S3 Compatibility API endpoint URL.Format: “https://
.compat.objectstorage. . ” Example: “https://mynamespace.compat.objectstorage.us-ashburn-1.oraclecloud.com” - Returns:
- the value
-
getAccessKeyId
public String getAccessKeyId()
Access Key ID from the OCI IAM user’s Customer Secret Key pair used to authenticate to OCI Object Storage via the S3 Compatibility API.Note: Despite the "Id" suffix, this value is not an OCI OCID.
- Returns:
- the value
-
getSecretAccessKeySecretId
public String getSecretAccessKeySecretId()
The OCID of the Secret where the Secret Access Key used for OCI Object Storage S3 Compatibility authentication.- Returns:
- the value
-
getSecretAccessKey
@Deprecated public String getSecretAccessKey()
Deprecated.Use getSecretAccessKey__AsCharArray() instead.Secret Access Key from the OCI IAM user's Customer Secret Key pair used to authenticate to OCI Object Storage via the S3 Compatibility API.Deprecated: This field is deprecated and replaced by "secretAccessKeySecretId". This change follows the GoldenGate "Plain Text Fields in Connections" deprecation: https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
- Returns:
- the value
-
getSecretAccessKey__AsCharArray
public char[] getSecretAccessKey__AsCharArray()
Secret Access Key from the OCI IAM user’s Customer Secret Key pair used to authenticate to OCI Object Storage via the S3 Compatibility API.Deprecated: This field is deprecated and replaced by “secretAccessKeySecretId”. This change follows the GoldenGate “Plain Text Fields in Connections” deprecation: https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate
- Returns:
- the value
-
getBucket
public String getBucket()
Target OCI Object Storage bucket name where Iceberg stores table metadata and data files.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classUpdateIcebergStorageDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classUpdateIcebergStorageDetails- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classUpdateIcebergStorageDetails
-
hashCode
public int hashCode()
- Overrides:
hashCodein classUpdateIcebergStorageDetails
-
-