public static interface DetachPolicyRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DetachPolicyRequest.Builder,DetachPolicyRequest>
Modifier and Type | Method and Description |
---|---|
DetachPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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
equalsBySdkFields, sdkFields
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)
overrideConfiguration
in interface AwsRequest.Builder
DetachPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.