public static interface Condition.Builder extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
key(String key)
Specifies the key for the condition.
|
Condition.Builder |
type(String type)
Specifies the type of condition.
|
Condition.Builder |
value(String value)
Specifies the value for the key.
|
copyapplyMutation, buildCondition.Builder type(String type)
Specifies the type of condition. Currently the only supported value is StringEquals.
type - Specifies the type of condition. Currently the only supported value is StringEquals.Condition.Builder key(String key)
Specifies the key for the condition. Currently the only supported key is aws:PrincipalOrgID.
key - Specifies the key for the condition. Currently the only supported key is
aws:PrincipalOrgID.Condition.Builder value(String value)
Specifies the value for the key. Currently, this must be the ID of the organization.
value - Specifies the value for the key. Currently, this must be the ID of the organization.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.