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 Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) The ARN of the access point.The name or alias of the access point.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.
 
 
 -