Interface Policy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Policy.Builder,Policy>,SdkBuilder<Policy.Builder,Policy>,SdkPojo
- Enclosing class:
- Policy
public static interface Policy.Builder extends SdkPojo, CopyableBuilder<Policy.Builder,Policy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Policy.BuilderpolicyArn(String policyArn)The policy ARN.Policy.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
Policy.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
Policy.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.
-
-