public static interface EventConfigurationItem.Builder extends SdkPojo, CopyableBuilder<EventConfigurationItem.Builder,EventConfigurationItem>
| Modifier and Type | Method and Description |
|---|---|
default EventConfigurationItem.Builder |
events(Consumer<EventNotificationItemConfigurations.Builder> events)
Sets the value of the Events property for this object.
|
EventConfigurationItem.Builder |
events(EventNotificationItemConfigurations events)
Sets the value of the Events property for this object.
|
EventConfigurationItem.Builder |
identifier(String identifier)
Resource identifier opted in for event messaging.
|
EventConfigurationItem.Builder |
identifierType(IdentifierType identifierType)
Identifier type of the particular resource identifier for event configuration.
|
EventConfigurationItem.Builder |
identifierType(String identifierType)
Identifier type of the particular resource identifier for event configuration.
|
EventConfigurationItem.Builder |
partnerType(EventNotificationPartnerType partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
|
EventConfigurationItem.Builder |
partnerType(String partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventConfigurationItem.Builder identifier(String identifier)
Resource identifier opted in for event messaging.
identifier - Resource identifier opted in for event messaging.EventConfigurationItem.Builder identifierType(String identifierType)
Identifier type of the particular resource identifier for event configuration.
identifierType - Identifier type of the particular resource identifier for event configuration.IdentifierType,
IdentifierTypeEventConfigurationItem.Builder identifierType(IdentifierType identifierType)
Identifier type of the particular resource identifier for event configuration.
identifierType - Identifier type of the particular resource identifier for event configuration.IdentifierType,
IdentifierTypeEventConfigurationItem.Builder partnerType(String partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
partnerType - Partner type of the resource if the identifier type is PartnerAccountId.EventNotificationPartnerType,
EventNotificationPartnerTypeEventConfigurationItem.Builder partnerType(EventNotificationPartnerType partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
partnerType - Partner type of the resource if the identifier type is PartnerAccountId.EventNotificationPartnerType,
EventNotificationPartnerTypeEventConfigurationItem.Builder events(EventNotificationItemConfigurations events)
events - The new value for the Events property for this object.default EventConfigurationItem.Builder events(Consumer<EventNotificationItemConfigurations.Builder> events)
EventNotificationItemConfigurations.Builder avoiding the need to create one manually via
EventNotificationItemConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to events(EventNotificationItemConfigurations).
events - a consumer that will call methods on EventNotificationItemConfigurations.Builderevents(EventNotificationItemConfigurations)Copyright © 2022. All rights reserved.