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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EffectivePolicy.BuilderpolicyArn(String policyArn)The policy ARN.EffectivePolicy.BuilderpolicyDocument(String policyDocument)The IAM policy document.EffectivePolicy.BuilderpolicyName(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 Detail
-
policyName
EffectivePolicy.Builder policyName(String 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
EffectivePolicy.Builder policyArn(String 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
EffectivePolicy.Builder policyDocument(String 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.
-
-