Interface CreateAccessPointResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateAccessPointResponse.Builder,CreateAccessPointResponse>, S3ControlResponse.Builder, SdkBuilder<CreateAccessPointResponse.Builder,CreateAccessPointResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateAccessPointResponse

public static interface CreateAccessPointResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessPointResponse.Builder,CreateAccessPointResponse>
  • Method Details

    • accessPointArn

      CreateAccessPointResponse.Builder accessPointArn(String accessPointArn)

      The ARN of the access point.

      This is only supported by Amazon S3 on Outposts.

      Parameters:
      accessPointArn - The ARN of the access point.

      This is only supported by Amazon S3 on Outposts.

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

      The name or alias of the access point.

      Parameters:
      alias - The name or alias of the access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.