Interface GetS3TableIntegrationResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the S3 Table integration.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the S3 Table integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The Amazon Resource Name (ARN) of the IAM role used by the S3 Table integration.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the IAM role used by the S3 Table integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the S3 Table integration.

      Parameters:
      status - The current status of the S3 Table integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the S3 Table integration.

      Parameters:
      status - The current status of the S3 Table integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryption

      The encryption configuration for the S3 Table integration.

      Parameters:
      encryption - The encryption configuration for the S3 Table integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryption

      The encryption configuration for the S3 Table integration.

      This is a convenience method that creates an instance of the Encryption.Builder avoiding the need to create one manually via Encryption.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to encryption(Encryption).

      Parameters:
      encryption - a consumer that will call methods on Encryption.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destinationTableBucketArn

      GetS3TableIntegrationResponse.Builder destinationTableBucketArn(String destinationTableBucketArn)

      The Amazon Resource Name (ARN) of the S3 bucket used as the destination for the table data.

      Parameters:
      destinationTableBucketArn - The Amazon Resource Name (ARN) of the S3 bucket used as the destination for the table data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimeStamp

      GetS3TableIntegrationResponse.Builder createdTimeStamp(Long createdTimeStamp)

      The timestamp when the S3 Table integration was created.

      Parameters:
      createdTimeStamp - The timestamp when the S3 Table integration was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.