Class GetAuthPolicyPlainArgs.Builder

  • Enclosing class:
    GetAuthPolicyPlainArgs

    public static final class GetAuthPolicyPlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • policy

        public GetAuthPolicyPlainArgs.Builder policy​(@Nullable
                                                     java.lang.String policy)
        Parameters:
        policy - The auth policy. The policy string in JSON must not contain newlines or blank lines.
        Returns:
        builder
      • resourceIdentifier

        public GetAuthPolicyPlainArgs.Builder resourceIdentifier​(java.lang.String resourceIdentifier)
        Parameters:
        resourceIdentifier - The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
        Returns:
        builder
      • state

        public GetAuthPolicyPlainArgs.Builder state​(@Nullable
                                                    java.lang.String state)
        Parameters:
        state - The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is NONE, then, any auth policy you provide will remain inactive.
        Returns:
        builder