Interface SystemEventMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemEventMetadata.Builder,,SystemEventMetadata> SdkBuilder<SystemEventMetadata.Builder,,SystemEventMetadata> SdkPojo
- Enclosing class:
SystemEventMetadata
-
Method Summary
Modifier and TypeMethodDescriptiondefault SystemEventMetadata.BuildersystemCreated(Consumer<SystemCreatedMetadata.Builder> systemCreated) Metadata for a system created event.systemCreated(SystemCreatedMetadata systemCreated) Metadata for a system created event.default SystemEventMetadata.BuildersystemDeleted(Consumer<SystemDeletedMetadata.Builder> systemDeleted) Metadata for a system deleted event.systemDeleted(SystemDeletedMetadata systemDeleted) Metadata for a system deleted event.default SystemEventMetadata.BuildersystemPolicyAssociated(Consumer<SystemPolicyAssociatedMetadata.Builder> systemPolicyAssociated) Metadata for a system policy associated event.systemPolicyAssociated(SystemPolicyAssociatedMetadata systemPolicyAssociated) Metadata for a system policy associated event.default SystemEventMetadata.BuildersystemPolicyDisassociated(Consumer<SystemPolicyDisassociatedMetadata.Builder> systemPolicyDisassociated) Metadata for a system policy disassociated event.systemPolicyDisassociated(SystemPolicyDisassociatedMetadata systemPolicyDisassociated) Metadata for a system policy disassociated event.default SystemEventMetadata.BuildersystemServiceAssociated(Consumer<SystemServiceAssociatedMetadata.Builder> systemServiceAssociated) Metadata for a system service associated event.systemServiceAssociated(SystemServiceAssociatedMetadata systemServiceAssociated) Metadata for a system service associated event.default SystemEventMetadata.BuildersystemServiceDisassociated(Consumer<SystemServiceDisassociatedMetadata.Builder> systemServiceDisassociated) Metadata for a system service disassociated event.systemServiceDisassociated(SystemServiceDisassociatedMetadata systemServiceDisassociated) Metadata for a system service disassociated event.default SystemEventMetadata.BuildersystemUserJourneyCreated(Consumer<SystemUserJourneyCreatedMetadata.Builder> systemUserJourneyCreated) Metadata for a system user journey created event.systemUserJourneyCreated(SystemUserJourneyCreatedMetadata systemUserJourneyCreated) Metadata for a system user journey created event.default SystemEventMetadata.BuildersystemUserJourneyDeleted(Consumer<SystemUserJourneyDeletedMetadata.Builder> systemUserJourneyDeleted) Metadata for a system user journey deleted event.systemUserJourneyDeleted(SystemUserJourneyDeletedMetadata systemUserJourneyDeleted) Metadata for a system user journey deleted event.default SystemEventMetadata.BuildersystemUserJourneyUpdated(Consumer<SystemUserJourneyUpdatedMetadata.Builder> systemUserJourneyUpdated) Metadata for a system user journey updated event.systemUserJourneyUpdated(SystemUserJourneyUpdatedMetadata systemUserJourneyUpdated) Metadata for a system user journey updated event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
systemCreated
Metadata for a system created event.
- Parameters:
systemCreated- Metadata for a system created event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemCreated
default SystemEventMetadata.Builder systemCreated(Consumer<SystemCreatedMetadata.Builder> systemCreated) Metadata for a system created event.
This is a convenience method that creates an instance of theSystemCreatedMetadata.Builderavoiding the need to create one manually viaSystemCreatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemCreated(SystemCreatedMetadata).- Parameters:
systemCreated- a consumer that will call methods onSystemCreatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemDeleted
Metadata for a system deleted event.
- Parameters:
systemDeleted- Metadata for a system deleted event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemDeleted
default SystemEventMetadata.Builder systemDeleted(Consumer<SystemDeletedMetadata.Builder> systemDeleted) Metadata for a system deleted event.
This is a convenience method that creates an instance of theSystemDeletedMetadata.Builderavoiding the need to create one manually viaSystemDeletedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemDeleted(SystemDeletedMetadata).- Parameters:
systemDeleted- a consumer that will call methods onSystemDeletedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemUserJourneyCreated
SystemEventMetadata.Builder systemUserJourneyCreated(SystemUserJourneyCreatedMetadata systemUserJourneyCreated) Metadata for a system user journey created event.
- Parameters:
systemUserJourneyCreated- Metadata for a system user journey created event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemUserJourneyCreated
default SystemEventMetadata.Builder systemUserJourneyCreated(Consumer<SystemUserJourneyCreatedMetadata.Builder> systemUserJourneyCreated) Metadata for a system user journey created event.
This is a convenience method that creates an instance of theSystemUserJourneyCreatedMetadata.Builderavoiding the need to create one manually viaSystemUserJourneyCreatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemUserJourneyCreated(SystemUserJourneyCreatedMetadata).- Parameters:
systemUserJourneyCreated- a consumer that will call methods onSystemUserJourneyCreatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemUserJourneyUpdated
SystemEventMetadata.Builder systemUserJourneyUpdated(SystemUserJourneyUpdatedMetadata systemUserJourneyUpdated) Metadata for a system user journey updated event.
- Parameters:
systemUserJourneyUpdated- Metadata for a system user journey updated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemUserJourneyUpdated
default SystemEventMetadata.Builder systemUserJourneyUpdated(Consumer<SystemUserJourneyUpdatedMetadata.Builder> systemUserJourneyUpdated) Metadata for a system user journey updated event.
This is a convenience method that creates an instance of theSystemUserJourneyUpdatedMetadata.Builderavoiding the need to create one manually viaSystemUserJourneyUpdatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemUserJourneyUpdated(SystemUserJourneyUpdatedMetadata).- Parameters:
systemUserJourneyUpdated- a consumer that will call methods onSystemUserJourneyUpdatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemUserJourneyDeleted
SystemEventMetadata.Builder systemUserJourneyDeleted(SystemUserJourneyDeletedMetadata systemUserJourneyDeleted) Metadata for a system user journey deleted event.
- Parameters:
systemUserJourneyDeleted- Metadata for a system user journey deleted event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemUserJourneyDeleted
default SystemEventMetadata.Builder systemUserJourneyDeleted(Consumer<SystemUserJourneyDeletedMetadata.Builder> systemUserJourneyDeleted) Metadata for a system user journey deleted event.
This is a convenience method that creates an instance of theSystemUserJourneyDeletedMetadata.Builderavoiding the need to create one manually viaSystemUserJourneyDeletedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemUserJourneyDeleted(SystemUserJourneyDeletedMetadata).- Parameters:
systemUserJourneyDeleted- a consumer that will call methods onSystemUserJourneyDeletedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemServiceAssociated
SystemEventMetadata.Builder systemServiceAssociated(SystemServiceAssociatedMetadata systemServiceAssociated) Metadata for a system service associated event.
- Parameters:
systemServiceAssociated- Metadata for a system service associated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemServiceAssociated
default SystemEventMetadata.Builder systemServiceAssociated(Consumer<SystemServiceAssociatedMetadata.Builder> systemServiceAssociated) Metadata for a system service associated event.
This is a convenience method that creates an instance of theSystemServiceAssociatedMetadata.Builderavoiding the need to create one manually viaSystemServiceAssociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemServiceAssociated(SystemServiceAssociatedMetadata).- Parameters:
systemServiceAssociated- a consumer that will call methods onSystemServiceAssociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemServiceDisassociated
SystemEventMetadata.Builder systemServiceDisassociated(SystemServiceDisassociatedMetadata systemServiceDisassociated) Metadata for a system service disassociated event.
- Parameters:
systemServiceDisassociated- Metadata for a system service disassociated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemServiceDisassociated
default SystemEventMetadata.Builder systemServiceDisassociated(Consumer<SystemServiceDisassociatedMetadata.Builder> systemServiceDisassociated) Metadata for a system service disassociated event.
This is a convenience method that creates an instance of theSystemServiceDisassociatedMetadata.Builderavoiding the need to create one manually viaSystemServiceDisassociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemServiceDisassociated(SystemServiceDisassociatedMetadata).- Parameters:
systemServiceDisassociated- a consumer that will call methods onSystemServiceDisassociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemPolicyAssociated
SystemEventMetadata.Builder systemPolicyAssociated(SystemPolicyAssociatedMetadata systemPolicyAssociated) Metadata for a system policy associated event.
- Parameters:
systemPolicyAssociated- Metadata for a system policy associated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemPolicyAssociated
default SystemEventMetadata.Builder systemPolicyAssociated(Consumer<SystemPolicyAssociatedMetadata.Builder> systemPolicyAssociated) Metadata for a system policy associated event.
This is a convenience method that creates an instance of theSystemPolicyAssociatedMetadata.Builderavoiding the need to create one manually viaSystemPolicyAssociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemPolicyAssociated(SystemPolicyAssociatedMetadata).- Parameters:
systemPolicyAssociated- a consumer that will call methods onSystemPolicyAssociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemPolicyDisassociated
SystemEventMetadata.Builder systemPolicyDisassociated(SystemPolicyDisassociatedMetadata systemPolicyDisassociated) Metadata for a system policy disassociated event.
- Parameters:
systemPolicyDisassociated- Metadata for a system policy disassociated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemPolicyDisassociated
default SystemEventMetadata.Builder systemPolicyDisassociated(Consumer<SystemPolicyDisassociatedMetadata.Builder> systemPolicyDisassociated) Metadata for a system policy disassociated event.
This is a convenience method that creates an instance of theSystemPolicyDisassociatedMetadata.Builderavoiding the need to create one manually viaSystemPolicyDisassociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosystemPolicyDisassociated(SystemPolicyDisassociatedMetadata).- Parameters:
systemPolicyDisassociated- a consumer that will call methods onSystemPolicyDisassociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-