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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAccessPointResponse.BuilderaccessPointArn(String accessPointArn)The ARN of the access point.CreateAccessPointResponse.Builderalias(String alias)The name or alias of the access point.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
CreateAccessPointResponse.Builder alias(String 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.
-
-