public static interface DetachPolicyRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DetachPolicyRequest.Builder,DetachPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DetachPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DetachPolicyRequest.Builder |
policyName(String policyName)
The policy to detach.
|
DetachPolicyRequest.Builder |
target(String target)
The target from which the policy will be detached.
|
buildoverrideConfigurationcopyapplyMutation, buildDetachPolicyRequest.Builder policyName(String policyName)
The policy to detach.
policyName - The policy to detach.DetachPolicyRequest.Builder target(String target)
The target from which the policy will be detached.
target - The target from which the policy will be detached.DetachPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DetachPolicyRequest.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.