Interface EffectivePolicy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EffectivePolicy.Builder,EffectivePolicy>, SdkBuilder<EffectivePolicy.Builder,EffectivePolicy>, SdkPojo
Enclosing class:
EffectivePolicy

public static interface EffectivePolicy.Builder extends SdkPojo, CopyableBuilder<EffectivePolicy.Builder,EffectivePolicy>
  • Method Details

    • policyName

      EffectivePolicy.Builder policyName(String policyName)

      The policy name.

      Parameters:
      policyName - The policy name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyArn

      EffectivePolicy.Builder policyArn(String policyArn)

      The policy ARN.

      Parameters:
      policyArn - The policy ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyDocument

      EffectivePolicy.Builder policyDocument(String policyDocument)

      The IAM policy document.

      Parameters:
      policyDocument - The IAM policy document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.