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
Modifier and TypeMethodDescriptionpolicyName(String policyName) The name of the policy.policyVersionId(String policyVersionId) The ID of the version of the policy associated with the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -