public static interface DeletePolicyRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeletePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeletePolicyRequest.Builder |
policyId(String policyId)
The ID of the policy that you want to delete.
|
buildoverrideConfigurationcopyapplyMutation, buildDeletePolicyRequest.Builder policyId(String policyId)
The ID of the policy that you want to delete. PolicyId is returned by PutPolicy and
by ListPolicies.
policyId - The ID of the policy that you want to delete. PolicyId is returned by
PutPolicy and by ListPolicies.DeletePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeletePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.