@Generated(value="OracleSDKGenerator", comments="API Version: 20210929") public final class UpdateAwsS3Details extends Object
AWS S3 bucket details used for source Connection resources with RDS_ORACLE type. Only supported for source Connection resources with RDS_ORACLE type.
UpdateAwsS3Details.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 the UpdateAwsS3Details.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
UpdateAwsS3Details.Builder |
Constructor and Description |
---|
UpdateAwsS3Details(String name,
String region,
String accessKeyId,
String secretAccessKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateAwsS3Details.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getAccessKeyId()
AWS access key credentials identifier
Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
|
String |
getName()
S3 bucket name.
|
String |
getRegion()
AWS region code where the S3 bucket is located.
|
String |
getSecretAccessKey()
AWS secret access key credentials
Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
|
int |
hashCode() |
UpdateAwsS3Details.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"name","region","accessKeyId","secretAccessKey"}) public UpdateAwsS3Details(String name, String region, String accessKeyId, String secretAccessKey)
public static UpdateAwsS3Details.Builder builder()
Create a new builder.
public UpdateAwsS3Details.Builder toBuilder()
public String getName()
S3 bucket name.
public String getRegion()
AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
public String getAccessKeyId()
AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
public String getSecretAccessKey()
AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
Copyright © 2016–2022. All rights reserved.