@Generated(value="software.amazon.awssdk:codegen") public final class S3ImportSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ImportSource.Builder,S3ImportSource>
The settings for the source S3 bucket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ImportSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3ImportSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketAccessRoleArn()
The IAM ARN role used to access the source S3 bucket.
|
String |
s3BucketRegion()
The region associated with the source S3 bucket.
|
String |
s3LocationUri()
The URI for the source S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ImportSource.Builder> |
serializableBuilderClass() |
S3ImportSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3LocationUri()
The URI for the source S3 bucket.
public final String s3BucketRegion()
The region associated with the source S3 bucket.
public final String s3BucketAccessRoleArn()
The IAM ARN role used to access the source S3 bucket.
public S3ImportSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ImportSource.Builder,S3ImportSource>public static S3ImportSource.Builder builder()
public static Class<? extends S3ImportSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.