Class AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.organizations.events.AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus>
- Enclosing interface:
AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
@Stability(Experimental)
public static final class AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder
extends Object
implements software.amazon.jsii.Builder<AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountName(List<String> accountName) build()Builds the configured instance.completedTimestamp(List<String> completedTimestamp) Sets the value ofAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.getId()requestedTimestamp(List<String> requestedTimestamp)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountId
@Stability(Experimental) public AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder accountId(List<String> accountId) - Parameters:
accountId- accountId property. Specify an array of string values to match this event if the actual value of accountId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
accountName
@Stability(Experimental) public AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder accountName(List<String> accountName) - Parameters:
accountName- accountName property. Specify an array of string values to match this event if the actual value of accountName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
completedTimestamp
@Stability(Experimental) public AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder completedTimestamp(List<String> completedTimestamp) Sets the value ofAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.getCompletedTimestamp()- Parameters:
completedTimestamp- completedTimestamp property. Specify an array of string values to match this event if the actual value of completedTimestamp is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
id
@Stability(Experimental) public AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder id(List<String> id) Sets the value ofAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.getId()- Parameters:
id- id property. Specify an array of string values to match this event if the actual value of id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
requestedTimestamp
@Stability(Experimental) public AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder requestedTimestamp(List<String> requestedTimestamp) Sets the value ofAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.getRequestedTimestamp()- Parameters:
requestedTimestamp- requestedTimestamp property. Specify an array of string values to match this event if the actual value of requestedTimestamp is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
state
@Stability(Experimental) public AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder state(List<String> state) - Parameters:
state- state property. Specify an array of string values to match this event if the actual value of state is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
@Stability(Experimental) public AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus>- Returns:
- a new instance of
AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus - Throws:
NullPointerException- if any required attribute was not provided
-