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 Details

    • 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.