Interface ResourceSyncEvent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ResourceSyncEvent.Builder,,ResourceSyncEvent> SdkBuilder<ResourceSyncEvent.Builder,,ResourceSyncEvent> SdkPojo
- Enclosing class:
 ResourceSyncEvent
@Mutable
@NotThreadSafe
public static interface ResourceSyncEvent.Builder
extends SdkPojo, CopyableBuilder<ResourceSyncEvent.Builder,ResourceSyncEvent> 
- 
Method Summary
Modifier and TypeMethodDescriptionA resource sync event.externalId(String externalId) The external ID for the event.The time when the event occurred.The type of 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
- 
event
A resource sync event.
- Parameters:
 event- A resource sync event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
externalId
The external ID for the event.
- Parameters:
 externalId- The external ID for the event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
time
The time when the event occurred.
- Parameters:
 time- The time when the event occurred.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of event.
- Parameters:
 type- The type of event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -