public static interface OrganizationEventDetails.Builder extends SdkPojo, CopyableBuilder<OrganizationEventDetails.Builder,OrganizationEventDetails>
| Modifier and Type | Method and Description |
|---|---|
OrganizationEventDetails.Builder |
awsAccountId(String awsAccountId)
The 12-digit Amazon Web Services account numbers that contains the affected entities.
|
default OrganizationEventDetails.Builder |
event(Consumer<Event.Builder> event)
Sets the value of the Event property for this object.
|
OrganizationEventDetails.Builder |
event(Event event)
Sets the value of the Event property for this object.
|
default OrganizationEventDetails.Builder |
eventDescription(Consumer<EventDescription.Builder> eventDescription)
Sets the value of the EventDescription property for this object.
|
OrganizationEventDetails.Builder |
eventDescription(EventDescription eventDescription)
Sets the value of the EventDescription property for this object.
|
OrganizationEventDetails.Builder |
eventMetadata(Map<String,String> eventMetadata)
Additional metadata about the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationEventDetails.Builder awsAccountId(String awsAccountId)
The 12-digit Amazon Web Services account numbers that contains the affected entities.
awsAccountId - The 12-digit Amazon Web Services account numbers that contains the affected entities.OrganizationEventDetails.Builder event(Event event)
event - The new value for the Event property for this object.default OrganizationEventDetails.Builder event(Consumer<Event.Builder> event)
Event.Builder avoiding the need to create one
manually via Event.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to event(Event).event - a consumer that will call methods on Event.Builderevent(Event)OrganizationEventDetails.Builder eventDescription(EventDescription eventDescription)
eventDescription - The new value for the EventDescription property for this object.default OrganizationEventDetails.Builder eventDescription(Consumer<EventDescription.Builder> eventDescription)
EventDescription.Builder avoiding the need to
create one manually via EventDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventDescription(EventDescription).eventDescription - a consumer that will call methods on EventDescription.BuildereventDescription(EventDescription)OrganizationEventDetails.Builder eventMetadata(Map<String,String> eventMetadata)
Additional metadata about the event.
eventMetadata - Additional metadata about the event.Copyright © 2021. All rights reserved.