Class S3ImportSource
- java.lang.Object
-
- software.amazon.awssdk.services.cloudtrail.model.S3ImportSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ImportSource.Builder,S3ImportSource>
@Generated("software.amazon.awssdk:codegen") public final class S3ImportSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ImportSource.Builder,S3ImportSource>
The settings for the source S3 bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ImportSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3ImportSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3BucketAccessRoleArn()The IAM ARN role used to access the source S3 bucket.Strings3BucketRegion()The Region associated with the source S3 bucket.Strings3LocationUri()The URI for the source S3 bucket.List<SdkField<?>>sdkFields()static Class<? extends S3ImportSource.Builder>serializableBuilderClass()S3ImportSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3LocationUri
public final String s3LocationUri()
The URI for the source S3 bucket.
- Returns:
- The URI for the source S3 bucket.
-
s3BucketRegion
public final String s3BucketRegion()
The Region associated with the source S3 bucket.
- Returns:
- The Region associated with the source S3 bucket.
-
s3BucketAccessRoleArn
public final String s3BucketAccessRoleArn()
The IAM ARN role used to access the source S3 bucket.
- Returns:
- The IAM ARN role used to access the source S3 bucket.
-
toBuilder
public S3ImportSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ImportSource.Builder,S3ImportSource>
-
builder
public static S3ImportSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ImportSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-