Interface PutBucketReplicationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<PutBucketReplicationRequest.Builder,PutBucketReplicationRequest>, S3ControlRequest.Builder, SdkBuilder<PutBucketReplicationRequest.Builder,PutBucketReplicationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
PutBucketReplicationRequest

public static interface PutBucketReplicationRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<PutBucketReplicationRequest.Builder,PutBucketReplicationRequest>
  • Method Details

    • accountId

      The Amazon Web Services account ID of the Outposts bucket.

      Parameters:
      accountId - The Amazon Web Services account ID of the Outposts bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucket

      Specifies the S3 on Outposts bucket to set the configuration for.

      For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.

      For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name> . For example, to access the bucket reports through Outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.

      Parameters:
      bucket - Specifies the S3 on Outposts bucket to set the configuration for.

      For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.

      For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name> . For example, to access the bucket reports through Outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationConfiguration

      PutBucketReplicationRequest.Builder replicationConfiguration(ReplicationConfiguration replicationConfiguration)

      Parameters:
      replicationConfiguration -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationConfiguration

      default PutBucketReplicationRequest.Builder replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration)

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

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

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

      PutBucketReplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.