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