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 Details

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