Interface EffectivePolicy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EffectivePolicy.Builder,
,EffectivePolicy> SdkBuilder<EffectivePolicy.Builder,
,EffectivePolicy> SdkPojo
- Enclosing class:
EffectivePolicy
public static interface EffectivePolicy.Builder
extends SdkPojo, CopyableBuilder<EffectivePolicy.Builder,EffectivePolicy>
-
Method Summary
Modifier and TypeMethodDescriptionThe policy ARN.policyDocument
(String policyDocument) The IAM policy document.policyName
(String policyName) The policy name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
policyName
The policy name.
- Parameters:
policyName
- The policy name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArn
The policy ARN.
- Parameters:
policyArn
- The policy ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocument
The IAM policy document.
- Parameters:
policyDocument
- The IAM policy document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-