public static final class EventBusPolicyResource.ConditionProperty.Builder extends Object
EventBusPolicyResource.ConditionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EventBusPolicyResource.ConditionProperty |
build()
Builds the configured instance.
|
EventBusPolicyResource.ConditionProperty.Builder |
withKey(String value)
Sets the value of Key
|
EventBusPolicyResource.ConditionProperty.Builder |
withKey(software.amazon.awscdk.Token value)
Sets the value of Key
|
EventBusPolicyResource.ConditionProperty.Builder |
withType(String value)
Sets the value of Type
|
EventBusPolicyResource.ConditionProperty.Builder |
withType(software.amazon.awscdk.Token value)
Sets the value of Type
|
EventBusPolicyResource.ConditionProperty.Builder |
withValue(String value)
Sets the value of Value
|
EventBusPolicyResource.ConditionProperty.Builder |
withValue(software.amazon.awscdk.Token value)
Sets the value of Value
|
public EventBusPolicyResource.ConditionProperty.Builder withKey(@Nullable String value)
value - ``EventBusPolicyResource.ConditionProperty.Key``thispublic EventBusPolicyResource.ConditionProperty.Builder withKey(@Nullable software.amazon.awscdk.Token value)
value - ``EventBusPolicyResource.ConditionProperty.Key``thispublic EventBusPolicyResource.ConditionProperty.Builder withType(@Nullable String value)
value - ``EventBusPolicyResource.ConditionProperty.Type``thispublic EventBusPolicyResource.ConditionProperty.Builder withType(@Nullable software.amazon.awscdk.Token value)
value - ``EventBusPolicyResource.ConditionProperty.Type``thispublic EventBusPolicyResource.ConditionProperty.Builder withValue(@Nullable String value)
value - ``EventBusPolicyResource.ConditionProperty.Value``thispublic EventBusPolicyResource.ConditionProperty.Builder withValue(@Nullable software.amazon.awscdk.Token value)
value - ``EventBusPolicyResource.ConditionProperty.Value``thispublic EventBusPolicyResource.ConditionProperty build()
EventBusPolicyResource.ConditionPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.