Interface S3ImportSource.Builder

    • Method Detail

      • s3LocationUri

        S3ImportSource.Builder s3LocationUri​(String s3LocationUri)

        The URI for the source S3 bucket.

        Parameters:
        s3LocationUri - The URI for the source S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3BucketRegion

        S3ImportSource.Builder s3BucketRegion​(String s3BucketRegion)

        The Region associated with the source S3 bucket.

        Parameters:
        s3BucketRegion - The Region associated with the source S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3BucketAccessRoleArn

        S3ImportSource.Builder s3BucketAccessRoleArn​(String s3BucketAccessRoleArn)

        The IAM ARN role used to access the source S3 bucket.

        Parameters:
        s3BucketAccessRoleArn - The IAM ARN role used to access the source S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.