Interface EffectivePolicy.Builder

    • Method Detail

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