| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateAccessPointResponse |
S3ControlClient.createAccessPoint(Consumer<CreateAccessPointRequest.Builder> createAccessPointRequest)
Creates an access point and associates it with the specified bucket.
|
default CompletableFuture<CreateAccessPointResponse> |
S3ControlAsyncClient.createAccessPoint(Consumer<CreateAccessPointRequest.Builder> createAccessPointRequest)
Creates an access point and associates it with the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.accountId(String accountId)
The Amazon Web Services account ID for the account that owns the specified access point.
|
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.bucket(String bucket)
The name of the bucket that you want to associate this access point with.
|
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.bucketAccountId(String bucketAccountId)
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
static CreateAccessPointRequest.Builder |
CreateAccessPointRequest.builder() |
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.name(String name)
The name you want to assign to this access point.
|
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.publicAccessBlockConfiguration(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlockConfiguration)
The
PublicAccessBlock configuration that you want to apply to the access point. |
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.publicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
The
PublicAccessBlock configuration that you want to apply to the access point. |
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.toBuilder() |
default CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
If you include this field, Amazon S3 restricts access to this access point to requests from the specified
virtual private cloud (VPC).
|
CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration)
If you include this field, Amazon S3 restricts access to this access point to requests from the specified
virtual private cloud (VPC).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAccessPointRequest.Builder> |
CreateAccessPointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.