Interface SourceS3Location.Builder

    • Method Detail

      • bucket

        SourceS3Location.Builder bucket​(String bucket)

        Name of the bucket.

        Parameters:
        bucket - Name of the bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        SourceS3Location.Builder key​(String key)

        Key of the object.

        Parameters:
        key - Key of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • region

        SourceS3Location.Builder region​(String region)

        Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.

        Parameters:
        region - Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        S3BucketRegion, S3BucketRegion
      • region

        SourceS3Location.Builder region​(S3BucketRegion region)

        Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.

        Parameters:
        region - Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        S3BucketRegion, S3BucketRegion