Interface ServiceEventMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceEventMetadata.Builder,,ServiceEventMetadata> SdkBuilder<ServiceEventMetadata.Builder,,ServiceEventMetadata> SdkPojo
- Enclosing class:
ServiceEventMetadata
-
Method Summary
Modifier and TypeMethodDescriptiondefault ServiceEventMetadata.BuilderassertionCreated(Consumer<AssertionCreatedMetadata.Builder> assertionCreated) Metadata for an assertion created event.assertionCreated(AssertionCreatedMetadata assertionCreated) Metadata for an assertion created event.default ServiceEventMetadata.BuilderassertionDeleted(Consumer<AssertionDeletedMetadata.Builder> assertionDeleted) Metadata for an assertion deleted event.assertionDeleted(AssertionDeletedMetadata assertionDeleted) Metadata for an assertion deleted event.default ServiceEventMetadata.BuilderassertionUpdated(Consumer<AssertionUpdatedMetadata.Builder> assertionUpdated) Metadata for an assertion updated event.assertionUpdated(AssertionUpdatedMetadata assertionUpdated) Metadata for an assertion updated event.default ServiceEventMetadata.BuilderserviceAchievabilityUpdated(Consumer<ServiceAchievabilityUpdatedMetadata.Builder> serviceAchievabilityUpdated) Metadata for a service achievability updated event.serviceAchievabilityUpdated(ServiceAchievabilityUpdatedMetadata serviceAchievabilityUpdated) Metadata for a service achievability updated event.default ServiceEventMetadata.BuilderserviceCreated(Consumer<ServiceCreatedMetadata.Builder> serviceCreated) Metadata for a service created event.serviceCreated(ServiceCreatedMetadata serviceCreated) Metadata for a service created event.default ServiceEventMetadata.BuilderserviceDeleted(Consumer<ServiceDeletedMetadata.Builder> serviceDeleted) Metadata for a service deleted event.serviceDeleted(ServiceDeletedMetadata serviceDeleted) Metadata for a service deleted event.default ServiceEventMetadata.BuilderserviceFunctionCreated(Consumer<ServiceFunctionCreatedMetadata.Builder> serviceFunctionCreated) Metadata for a service function created event.serviceFunctionCreated(ServiceFunctionCreatedMetadata serviceFunctionCreated) Metadata for a service function created event.default ServiceEventMetadata.BuilderserviceFunctionDeleted(Consumer<ServiceFunctionDeletedMetadata.Builder> serviceFunctionDeleted) Metadata for a service function deleted event.serviceFunctionDeleted(ServiceFunctionDeletedMetadata serviceFunctionDeleted) Metadata for a service function deleted event.default ServiceEventMetadata.BuilderserviceFunctionResourcesAdded(Consumer<ServiceFunctionResourcesAddedMetadata.Builder> serviceFunctionResourcesAdded) Metadata for a service function resources added event.serviceFunctionResourcesAdded(ServiceFunctionResourcesAddedMetadata serviceFunctionResourcesAdded) Metadata for a service function resources added event.default ServiceEventMetadata.BuilderserviceFunctionResourcesRemoved(Consumer<ServiceFunctionResourcesRemovedMetadata.Builder> serviceFunctionResourcesRemoved) Metadata for a service function resources removed event.serviceFunctionResourcesRemoved(ServiceFunctionResourcesRemovedMetadata serviceFunctionResourcesRemoved) Metadata for a service function resources removed event.default ServiceEventMetadata.BuilderserviceFunctionUpdated(Consumer<ServiceFunctionUpdatedMetadata.Builder> serviceFunctionUpdated) Metadata for a service function updated event.serviceFunctionUpdated(ServiceFunctionUpdatedMetadata serviceFunctionUpdated) Metadata for a service function updated event.default ServiceEventMetadata.BuilderserviceInputSourcesUpdated(Consumer<ServiceInputSourcesUpdatedMetadata.Builder> serviceInputSourcesUpdated) Metadata for a service input sources updated event.serviceInputSourcesUpdated(ServiceInputSourcesUpdatedMetadata serviceInputSourcesUpdated) Metadata for a service input sources updated event.default ServiceEventMetadata.BuilderservicePolicyAssociated(Consumer<ServicePolicyAssociatedMetadata.Builder> servicePolicyAssociated) Metadata for a service policy associated event.servicePolicyAssociated(ServicePolicyAssociatedMetadata servicePolicyAssociated) Metadata for a service policy associated event.default ServiceEventMetadata.BuilderservicePolicyDisassociated(Consumer<ServicePolicyDisassociatedMetadata.Builder> servicePolicyDisassociated) Metadata for a service policy disassociated event.servicePolicyDisassociated(ServicePolicyDisassociatedMetadata servicePolicyDisassociated) Metadata for a service policy disassociated event.default ServiceEventMetadata.BuilderserviceResourcesAssociated(Consumer<ServiceResourcesAssociatedMetadata.Builder> serviceResourcesAssociated) Metadata for a service resources associated event.serviceResourcesAssociated(ServiceResourcesAssociatedMetadata serviceResourcesAssociated) Metadata for a service resources associated event.default ServiceEventMetadata.BuilderserviceResourcesDisassociated(Consumer<ServiceResourcesDisassociatedMetadata.Builder> serviceResourcesDisassociated) Metadata for a service resources disassociated event.serviceResourcesDisassociated(ServiceResourcesDisassociatedMetadata serviceResourcesDisassociated) Metadata for a service resources disassociated event.default ServiceEventMetadata.BuilderserviceSystemAssociated(Consumer<ServiceSystemAssociatedMetadata.Builder> serviceSystemAssociated) Metadata for a service system associated event.serviceSystemAssociated(ServiceSystemAssociatedMetadata serviceSystemAssociated) Metadata for a service system associated event.default ServiceEventMetadata.BuilderserviceSystemDisassociated(Consumer<ServiceSystemDisassociatedMetadata.Builder> serviceSystemDisassociated) Metadata for a service system disassociated event.serviceSystemDisassociated(ServiceSystemDisassociatedMetadata serviceSystemDisassociated) Metadata for a service system disassociated event.default ServiceEventMetadata.BuilderserviceWorkflowUpdated(Consumer<ServiceWorkflowUpdatedMetadata.Builder> serviceWorkflowUpdated) Metadata for a service workflow updated event.serviceWorkflowUpdated(ServiceWorkflowUpdatedMetadata serviceWorkflowUpdated) Metadata for a service workflow 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
-
serviceCreated
Metadata for a service created event.
- Parameters:
serviceCreated- Metadata for a service created event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCreated
default ServiceEventMetadata.Builder serviceCreated(Consumer<ServiceCreatedMetadata.Builder> serviceCreated) Metadata for a service created event.
This is a convenience method that creates an instance of theServiceCreatedMetadata.Builderavoiding the need to create one manually viaServiceCreatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceCreated(ServiceCreatedMetadata).- Parameters:
serviceCreated- a consumer that will call methods onServiceCreatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceDeleted
Metadata for a service deleted event.
- Parameters:
serviceDeleted- Metadata for a service deleted event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceDeleted
default ServiceEventMetadata.Builder serviceDeleted(Consumer<ServiceDeletedMetadata.Builder> serviceDeleted) Metadata for a service deleted event.
This is a convenience method that creates an instance of theServiceDeletedMetadata.Builderavoiding the need to create one manually viaServiceDeletedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceDeleted(ServiceDeletedMetadata).- Parameters:
serviceDeleted- a consumer that will call methods onServiceDeletedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceSystemAssociated
ServiceEventMetadata.Builder serviceSystemAssociated(ServiceSystemAssociatedMetadata serviceSystemAssociated) Metadata for a service system associated event.
- Parameters:
serviceSystemAssociated- Metadata for a service system associated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceSystemAssociated
default ServiceEventMetadata.Builder serviceSystemAssociated(Consumer<ServiceSystemAssociatedMetadata.Builder> serviceSystemAssociated) Metadata for a service system associated event.
This is a convenience method that creates an instance of theServiceSystemAssociatedMetadata.Builderavoiding the need to create one manually viaServiceSystemAssociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceSystemAssociated(ServiceSystemAssociatedMetadata).- Parameters:
serviceSystemAssociated- a consumer that will call methods onServiceSystemAssociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceSystemDisassociated
ServiceEventMetadata.Builder serviceSystemDisassociated(ServiceSystemDisassociatedMetadata serviceSystemDisassociated) Metadata for a service system disassociated event.
- Parameters:
serviceSystemDisassociated- Metadata for a service system disassociated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceSystemDisassociated
default ServiceEventMetadata.Builder serviceSystemDisassociated(Consumer<ServiceSystemDisassociatedMetadata.Builder> serviceSystemDisassociated) Metadata for a service system disassociated event.
This is a convenience method that creates an instance of theServiceSystemDisassociatedMetadata.Builderavoiding the need to create one manually viaServiceSystemDisassociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceSystemDisassociated(ServiceSystemDisassociatedMetadata).- Parameters:
serviceSystemDisassociated- a consumer that will call methods onServiceSystemDisassociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceResourcesAssociated
ServiceEventMetadata.Builder serviceResourcesAssociated(ServiceResourcesAssociatedMetadata serviceResourcesAssociated) Metadata for a service resources associated event.
- Parameters:
serviceResourcesAssociated- Metadata for a service resources associated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceResourcesAssociated
default ServiceEventMetadata.Builder serviceResourcesAssociated(Consumer<ServiceResourcesAssociatedMetadata.Builder> serviceResourcesAssociated) Metadata for a service resources associated event.
This is a convenience method that creates an instance of theServiceResourcesAssociatedMetadata.Builderavoiding the need to create one manually viaServiceResourcesAssociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceResourcesAssociated(ServiceResourcesAssociatedMetadata).- Parameters:
serviceResourcesAssociated- a consumer that will call methods onServiceResourcesAssociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceResourcesDisassociated
ServiceEventMetadata.Builder serviceResourcesDisassociated(ServiceResourcesDisassociatedMetadata serviceResourcesDisassociated) Metadata for a service resources disassociated event.
- Parameters:
serviceResourcesDisassociated- Metadata for a service resources disassociated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceResourcesDisassociated
default ServiceEventMetadata.Builder serviceResourcesDisassociated(Consumer<ServiceResourcesDisassociatedMetadata.Builder> serviceResourcesDisassociated) Metadata for a service resources disassociated event.
This is a convenience method that creates an instance of theServiceResourcesDisassociatedMetadata.Builderavoiding the need to create one manually viaServiceResourcesDisassociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceResourcesDisassociated(ServiceResourcesDisassociatedMetadata).- Parameters:
serviceResourcesDisassociated- a consumer that will call methods onServiceResourcesDisassociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceWorkflowUpdated
ServiceEventMetadata.Builder serviceWorkflowUpdated(ServiceWorkflowUpdatedMetadata serviceWorkflowUpdated) Metadata for a service workflow updated event.
- Parameters:
serviceWorkflowUpdated- Metadata for a service workflow updated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceWorkflowUpdated
default ServiceEventMetadata.Builder serviceWorkflowUpdated(Consumer<ServiceWorkflowUpdatedMetadata.Builder> serviceWorkflowUpdated) Metadata for a service workflow updated event.
This is a convenience method that creates an instance of theServiceWorkflowUpdatedMetadata.Builderavoiding the need to create one manually viaServiceWorkflowUpdatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceWorkflowUpdated(ServiceWorkflowUpdatedMetadata).- Parameters:
serviceWorkflowUpdated- a consumer that will call methods onServiceWorkflowUpdatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceInputSourcesUpdated
ServiceEventMetadata.Builder serviceInputSourcesUpdated(ServiceInputSourcesUpdatedMetadata serviceInputSourcesUpdated) Metadata for a service input sources updated event.
- Parameters:
serviceInputSourcesUpdated- Metadata for a service input sources updated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceInputSourcesUpdated
default ServiceEventMetadata.Builder serviceInputSourcesUpdated(Consumer<ServiceInputSourcesUpdatedMetadata.Builder> serviceInputSourcesUpdated) Metadata for a service input sources updated event.
This is a convenience method that creates an instance of theServiceInputSourcesUpdatedMetadata.Builderavoiding the need to create one manually viaServiceInputSourcesUpdatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceInputSourcesUpdated(ServiceInputSourcesUpdatedMetadata).- Parameters:
serviceInputSourcesUpdated- a consumer that will call methods onServiceInputSourcesUpdatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
servicePolicyAssociated
ServiceEventMetadata.Builder servicePolicyAssociated(ServicePolicyAssociatedMetadata servicePolicyAssociated) Metadata for a service policy associated event.
- Parameters:
servicePolicyAssociated- Metadata for a service policy associated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
servicePolicyAssociated
default ServiceEventMetadata.Builder servicePolicyAssociated(Consumer<ServicePolicyAssociatedMetadata.Builder> servicePolicyAssociated) Metadata for a service policy associated event.
This is a convenience method that creates an instance of theServicePolicyAssociatedMetadata.Builderavoiding the need to create one manually viaServicePolicyAssociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toservicePolicyAssociated(ServicePolicyAssociatedMetadata).- Parameters:
servicePolicyAssociated- a consumer that will call methods onServicePolicyAssociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
servicePolicyDisassociated
ServiceEventMetadata.Builder servicePolicyDisassociated(ServicePolicyDisassociatedMetadata servicePolicyDisassociated) Metadata for a service policy disassociated event.
- Parameters:
servicePolicyDisassociated- Metadata for a service policy disassociated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
servicePolicyDisassociated
default ServiceEventMetadata.Builder servicePolicyDisassociated(Consumer<ServicePolicyDisassociatedMetadata.Builder> servicePolicyDisassociated) Metadata for a service policy disassociated event.
This is a convenience method that creates an instance of theServicePolicyDisassociatedMetadata.Builderavoiding the need to create one manually viaServicePolicyDisassociatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toservicePolicyDisassociated(ServicePolicyDisassociatedMetadata).- Parameters:
servicePolicyDisassociated- a consumer that will call methods onServicePolicyDisassociatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceFunctionCreated
ServiceEventMetadata.Builder serviceFunctionCreated(ServiceFunctionCreatedMetadata serviceFunctionCreated) Metadata for a service function created event.
- Parameters:
serviceFunctionCreated- Metadata for a service function created event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceFunctionCreated
default ServiceEventMetadata.Builder serviceFunctionCreated(Consumer<ServiceFunctionCreatedMetadata.Builder> serviceFunctionCreated) Metadata for a service function created event.
This is a convenience method that creates an instance of theServiceFunctionCreatedMetadata.Builderavoiding the need to create one manually viaServiceFunctionCreatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceFunctionCreated(ServiceFunctionCreatedMetadata).- Parameters:
serviceFunctionCreated- a consumer that will call methods onServiceFunctionCreatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceFunctionUpdated
ServiceEventMetadata.Builder serviceFunctionUpdated(ServiceFunctionUpdatedMetadata serviceFunctionUpdated) Metadata for a service function updated event.
- Parameters:
serviceFunctionUpdated- Metadata for a service function updated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceFunctionUpdated
default ServiceEventMetadata.Builder serviceFunctionUpdated(Consumer<ServiceFunctionUpdatedMetadata.Builder> serviceFunctionUpdated) Metadata for a service function updated event.
This is a convenience method that creates an instance of theServiceFunctionUpdatedMetadata.Builderavoiding the need to create one manually viaServiceFunctionUpdatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceFunctionUpdated(ServiceFunctionUpdatedMetadata).- Parameters:
serviceFunctionUpdated- a consumer that will call methods onServiceFunctionUpdatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceFunctionDeleted
ServiceEventMetadata.Builder serviceFunctionDeleted(ServiceFunctionDeletedMetadata serviceFunctionDeleted) Metadata for a service function deleted event.
- Parameters:
serviceFunctionDeleted- Metadata for a service function deleted event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceFunctionDeleted
default ServiceEventMetadata.Builder serviceFunctionDeleted(Consumer<ServiceFunctionDeletedMetadata.Builder> serviceFunctionDeleted) Metadata for a service function deleted event.
This is a convenience method that creates an instance of theServiceFunctionDeletedMetadata.Builderavoiding the need to create one manually viaServiceFunctionDeletedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceFunctionDeleted(ServiceFunctionDeletedMetadata).- Parameters:
serviceFunctionDeleted- a consumer that will call methods onServiceFunctionDeletedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceFunctionResourcesAdded
ServiceEventMetadata.Builder serviceFunctionResourcesAdded(ServiceFunctionResourcesAddedMetadata serviceFunctionResourcesAdded) Metadata for a service function resources added event.
- Parameters:
serviceFunctionResourcesAdded- Metadata for a service function resources added event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceFunctionResourcesAdded
default ServiceEventMetadata.Builder serviceFunctionResourcesAdded(Consumer<ServiceFunctionResourcesAddedMetadata.Builder> serviceFunctionResourcesAdded) Metadata for a service function resources added event.
This is a convenience method that creates an instance of theServiceFunctionResourcesAddedMetadata.Builderavoiding the need to create one manually viaServiceFunctionResourcesAddedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceFunctionResourcesAdded(ServiceFunctionResourcesAddedMetadata).- Parameters:
serviceFunctionResourcesAdded- a consumer that will call methods onServiceFunctionResourcesAddedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceFunctionResourcesRemoved
ServiceEventMetadata.Builder serviceFunctionResourcesRemoved(ServiceFunctionResourcesRemovedMetadata serviceFunctionResourcesRemoved) Metadata for a service function resources removed event.
- Parameters:
serviceFunctionResourcesRemoved- Metadata for a service function resources removed event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceFunctionResourcesRemoved
default ServiceEventMetadata.Builder serviceFunctionResourcesRemoved(Consumer<ServiceFunctionResourcesRemovedMetadata.Builder> serviceFunctionResourcesRemoved) Metadata for a service function resources removed event.
This is a convenience method that creates an instance of theServiceFunctionResourcesRemovedMetadata.Builderavoiding the need to create one manually viaServiceFunctionResourcesRemovedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceFunctionResourcesRemoved(ServiceFunctionResourcesRemovedMetadata).- Parameters:
serviceFunctionResourcesRemoved- a consumer that will call methods onServiceFunctionResourcesRemovedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceAchievabilityUpdated
ServiceEventMetadata.Builder serviceAchievabilityUpdated(ServiceAchievabilityUpdatedMetadata serviceAchievabilityUpdated) Metadata for a service achievability updated event.
- Parameters:
serviceAchievabilityUpdated- Metadata for a service achievability updated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceAchievabilityUpdated
default ServiceEventMetadata.Builder serviceAchievabilityUpdated(Consumer<ServiceAchievabilityUpdatedMetadata.Builder> serviceAchievabilityUpdated) Metadata for a service achievability updated event.
This is a convenience method that creates an instance of theServiceAchievabilityUpdatedMetadata.Builderavoiding the need to create one manually viaServiceAchievabilityUpdatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceAchievabilityUpdated(ServiceAchievabilityUpdatedMetadata).- Parameters:
serviceAchievabilityUpdated- a consumer that will call methods onServiceAchievabilityUpdatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
assertionCreated
Metadata for an assertion created event.
- Parameters:
assertionCreated- Metadata for an assertion created event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assertionCreated
default ServiceEventMetadata.Builder assertionCreated(Consumer<AssertionCreatedMetadata.Builder> assertionCreated) Metadata for an assertion created event.
This is a convenience method that creates an instance of theAssertionCreatedMetadata.Builderavoiding the need to create one manually viaAssertionCreatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassertionCreated(AssertionCreatedMetadata).- Parameters:
assertionCreated- a consumer that will call methods onAssertionCreatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
assertionUpdated
Metadata for an assertion updated event.
- Parameters:
assertionUpdated- Metadata for an assertion updated event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assertionUpdated
default ServiceEventMetadata.Builder assertionUpdated(Consumer<AssertionUpdatedMetadata.Builder> assertionUpdated) Metadata for an assertion updated event.
This is a convenience method that creates an instance of theAssertionUpdatedMetadata.Builderavoiding the need to create one manually viaAssertionUpdatedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassertionUpdated(AssertionUpdatedMetadata).- Parameters:
assertionUpdated- a consumer that will call methods onAssertionUpdatedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
assertionDeleted
Metadata for an assertion deleted event.
- Parameters:
assertionDeleted- Metadata for an assertion deleted event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assertionDeleted
default ServiceEventMetadata.Builder assertionDeleted(Consumer<AssertionDeletedMetadata.Builder> assertionDeleted) Metadata for an assertion deleted event.
This is a convenience method that creates an instance of theAssertionDeletedMetadata.Builderavoiding the need to create one manually viaAssertionDeletedMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassertionDeleted(AssertionDeletedMetadata).- Parameters:
assertionDeleted- a consumer that will call methods onAssertionDeletedMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-