Interface PolicyDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyDetail.Builder,PolicyDetail>,SdkBuilder<PolicyDetail.Builder,PolicyDetail>,SdkPojo
- Enclosing class:
- PolicyDetail
public static interface PolicyDetail.Builder extends SdkPojo, CopyableBuilder<PolicyDetail.Builder,PolicyDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyDetail.BuilderpolicyDocument(String policyDocument)The policy document.PolicyDetail.BuilderpolicyName(String policyName)The name of the policy.-
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
PolicyDetail.Builder policyName(String policyName)
The name of the policy.
- Parameters:
policyName- The name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocument
PolicyDetail.Builder policyDocument(String policyDocument)
The policy document.
- Parameters:
policyDocument- The policy document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-