Class S3Configuration
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalytics.model.S3Configuration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Configuration.Builder,S3Configuration>
@Generated("software.amazon.awssdk:codegen") public final class S3Configuration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Configuration.Builder,S3Configuration>
Provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role that is used to access the bucket, and the name of the Amazon S3 object that contains the data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Configuration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketARN()ARN of the S3 bucket that contains the data.static S3Configuration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileKey()The name of the object that contains the data.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleARN()IAM ARN of the role used to access the data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3Configuration.Builder>serializableBuilderClass()S3Configuration.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
-
roleARN
public final String roleARN()
IAM ARN of the role used to access the data.
- Returns:
- IAM ARN of the role used to access the data.
-
bucketARN
public final String bucketARN()
ARN of the S3 bucket that contains the data.
- Returns:
- ARN of the S3 bucket that contains the data.
-
fileKey
public final String fileKey()
The name of the object that contains the data.
- Returns:
- The name of the object that contains the data.
-
toBuilder
public S3Configuration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Configuration.Builder,S3Configuration>
-
builder
public static S3Configuration.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Configuration.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-