Interface DetachPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DetachPolicyRequest.Builder,DetachPolicyRequest>
,IotRequest.Builder
,SdkBuilder<DetachPolicyRequest.Builder,DetachPolicyRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DetachPolicyRequest
public static interface DetachPolicyRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DetachPolicyRequest.Builder,DetachPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetachPolicyRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DetachPolicyRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DetachPolicyRequest.Builder
policyName(String policyName)
The policy to detach.DetachPolicyRequest.Builder
target(String target)
The target from which the policy will be detached.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
policyName
DetachPolicyRequest.Builder policyName(String policyName)
The policy to detach.
- Parameters:
policyName
- The policy to detach.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
DetachPolicyRequest.Builder target(String target)
The target from which the policy will be detached.
- Parameters:
target
- The target from which the policy will be detached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DetachPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DetachPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-