public static interface AttachPolicyRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<AttachPolicyRequest.Builder,AttachPolicyRequest>
Modifier and Type | Method and Description |
---|---|
AttachPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachPolicyRequest.Builder |
policyName(String policyName)
The name of the policy to attach.
|
AttachPolicyRequest.Builder |
target(String target)
The identity to which
the policy is attached.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttachPolicyRequest.Builder policyName(String policyName)
The name of the policy to attach.
policyName
- The name of the policy to attach.AttachPolicyRequest.Builder target(String target)
The identity to which the policy is attached. For example, a thing group or a certificate.
target
- The identity to
which the policy is attached. For example, a thing group or a certificate.AttachPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AttachPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.