Interface EventConfigurationItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventConfigurationItem.Builder,
,EventConfigurationItem> SdkBuilder<EventConfigurationItem.Builder,
,EventConfigurationItem> SdkPojo
- Enclosing class:
EventConfigurationItem
@Mutable
@NotThreadSafe
public static interface EventConfigurationItem.Builder
extends SdkPojo, CopyableBuilder<EventConfigurationItem.Builder,EventConfigurationItem>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EventConfigurationItem.Builder
Sets the value of the Events property for this object.Sets the value of the Events property for this object.identifier
(String identifier) Resource identifier opted in for event messaging.identifierType
(String identifierType) Identifier type of the particular resource identifier for event configuration.identifierType
(IdentifierType identifierType) Identifier type of the particular resource identifier for event configuration.partnerType
(String partnerType) Partner type of the resource if the identifier type is PartnerAccountId.partnerType
(EventNotificationPartnerType partnerType) Partner type of the resource if the identifier type is PartnerAccountId.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
Resource identifier opted in for event messaging.
- Parameters:
identifier
- Resource identifier opted in for event messaging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifierType
Identifier type of the particular resource identifier for event configuration.
- Parameters:
identifierType
- Identifier type of the particular resource identifier for event configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifierType
Identifier type of the particular resource identifier for event configuration.
- Parameters:
identifierType
- Identifier type of the particular resource identifier for event configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
partnerType
Partner type of the resource if the identifier type is PartnerAccountId.
- Parameters:
partnerType
- Partner type of the resource if the identifier type is PartnerAccountId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
partnerType
Partner type of the resource if the identifier type is PartnerAccountId.
- Parameters:
partnerType
- Partner type of the resource if the identifier type is PartnerAccountId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
events
Sets the value of the Events property for this object.- Parameters:
events
- The new value for the Events property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
default EventConfigurationItem.Builder events(Consumer<EventNotificationItemConfigurations.Builder> events) Sets the value of the Events property for this object. This is a convenience method that creates an instance of theEventNotificationItemConfigurations.Builder
avoiding the need to create one manually viaEventNotificationItemConfigurations.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toevents(EventNotificationItemConfigurations)
.- Parameters:
events
- a consumer that will call methods onEventNotificationItemConfigurations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-