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 Details

    • 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.