Interface Condition.Builder

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

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

    • 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

      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.