Interface S3ReferenceDataSourceUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ReferenceDataSourceUpdate.Builder,S3ReferenceDataSourceUpdate>,SdkBuilder<S3ReferenceDataSourceUpdate.Builder,S3ReferenceDataSourceUpdate>,SdkPojo
- Enclosing class:
- S3ReferenceDataSourceUpdate
public static interface S3ReferenceDataSourceUpdate.Builder extends SdkPojo, CopyableBuilder<S3ReferenceDataSourceUpdate.Builder,S3ReferenceDataSourceUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ReferenceDataSourceUpdate.BuilderbucketARNUpdate(String bucketARNUpdate)Amazon Resource Name (ARN) of the S3 bucket.S3ReferenceDataSourceUpdate.BuilderfileKeyUpdate(String fileKeyUpdate)Object key name.S3ReferenceDataSourceUpdate.BuilderreferenceRoleARNUpdate(String referenceRoleARNUpdate)ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bucketARNUpdate
S3ReferenceDataSourceUpdate.Builder bucketARNUpdate(String bucketARNUpdate)
Amazon Resource Name (ARN) of the S3 bucket.
- Parameters:
bucketARNUpdate- Amazon Resource Name (ARN) of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileKeyUpdate
S3ReferenceDataSourceUpdate.Builder fileKeyUpdate(String fileKeyUpdate)
Object key name.
- Parameters:
fileKeyUpdate- Object key name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceRoleARNUpdate
S3ReferenceDataSourceUpdate.Builder referenceRoleARNUpdate(String referenceRoleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
- Parameters:
referenceRoleARNUpdate- ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-