public static interface CreateAccessPointResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessPointResponse.Builder,CreateAccessPointResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPointResponse.Builder |
accessPointArn(String accessPointArn)
The ARN of the access point.
|
CreateAccessPointResponse.Builder |
alias(String alias)
The name or alias of the access point.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessPointResponse.Builder accessPointArn(String accessPointArn)
The ARN of the access point.
This is only supported by Amazon S3 on Outposts.
accessPointArn - The ARN of the access point. This is only supported by Amazon S3 on Outposts.
CreateAccessPointResponse.Builder alias(String alias)
The name or alias of the access point.
alias - The name or alias of the access point.Copyright © 2023. All rights reserved.