public static interface DeleteAccessPointPolicyRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccessPointPolicyRequest.Builder,DeleteAccessPointPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAccessPointPolicyRequest.Builder |
accountId(String accountId)
The account ID for the account that owns the specified access point.
|
DeleteAccessPointPolicyRequest.Builder |
name(String name)
The name of the access point whose policy you want to delete.
|
DeleteAccessPointPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAccessPointPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAccessPointPolicyRequest.Builder accountId(String accountId)
The account ID for the account that owns the specified access point.
accountId - The account ID for the account that owns the specified access point.DeleteAccessPointPolicyRequest.Builder name(String name)
The name of the access point whose policy you want to delete.
name - The name of the access point whose policy you want to delete.DeleteAccessPointPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAccessPointPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.