Interface Condition.Builder

    • Method Detail

      • type

        Condition.Builder type​(String type)

        Specifies the type of condition. Currently the only supported value is StringEquals.

        Parameters:
        type - Specifies the type of condition. Currently the only supported value is StringEquals.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        Condition.Builder key​(String key)

        Specifies the key for the condition. Currently the only supported key is aws:PrincipalOrgID.

        Parameters:
        key - Specifies the key for the condition. Currently the only supported key is aws:PrincipalOrgID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Condition.Builder value​(String value)

        Specifies the value for the key. Currently, this must be the ID of the organization.

        Parameters:
        value - Specifies the value for the key. Currently, this must be the ID of the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.