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.
|
build
overrideConfiguration
copy
applyMutation, build
DetachPolicyRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DetachPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.