public static interface CreateAccessPointRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<CreateAccessPointRequest.Builder,CreateAccessPointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPointRequest.Builder |
accountId(String accountId)
The AWS account ID for the owner of the bucket for which you want to create an access point.
|
CreateAccessPointRequest.Builder |
bucket(String bucket)
The name of the bucket that you want to associate this access point with.
|
CreateAccessPointRequest.Builder |
name(String name)
The name you want to assign to this access point.
|
CreateAccessPointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccessPointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateAccessPointRequest.Builder |
publicAccessBlockConfiguration(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlockConfiguration)
Sets the value of the PublicAccessBlockConfiguration property for this object.
|
CreateAccessPointRequest.Builder |
publicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
Sets the value of the PublicAccessBlockConfiguration property for this object.
|
default 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 |
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).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessPointRequest.Builder accountId(String accountId)
The AWS account ID for the owner of the bucket for which you want to create an access point.
accountId - The AWS account ID for the owner of the bucket for which you want to create an access point.CreateAccessPointRequest.Builder name(String name)
The name you want to assign to this access point.
name - The name you want to assign to this access point.CreateAccessPointRequest.Builder bucket(String bucket)
The name of the bucket that you want to associate this access point with.
bucket - The name of the bucket that you want to associate this access point with.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).
vpcConfiguration - If you include this field, Amazon S3 restricts access to this access point to requests from the
specified Virtual Private Cloud (VPC).default 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).
This is a convenience that creates an instance of theVpcConfiguration.Builder avoiding the need to
create one manually via VpcConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcConfiguration(VpcConfiguration).vpcConfiguration - a consumer that will call methods on VpcConfiguration.BuildervpcConfiguration(VpcConfiguration)CreateAccessPointRequest.Builder publicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
publicAccessBlockConfiguration - The new value for the PublicAccessBlockConfiguration property for this object.default CreateAccessPointRequest.Builder publicAccessBlockConfiguration(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlockConfiguration)
PublicAccessBlockConfiguration.Builder avoiding
the need to create one manually via PublicAccessBlockConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
publicAccessBlockConfiguration(PublicAccessBlockConfiguration).publicAccessBlockConfiguration - a consumer that will call methods on PublicAccessBlockConfiguration.BuilderpublicAccessBlockConfiguration(PublicAccessBlockConfiguration)CreateAccessPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAccessPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.