Interface Event.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Event.Builder,Event>,SdkBuilder<Event.Builder,Event>,SdkPojo
- Enclosing class:
- Event
public static interface Event.Builder extends SdkPojo, CopyableBuilder<Event.Builder,Event>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Event.BuilderrevisionPublished(Consumer<RevisionPublished.Builder> revisionPublished)What occurs to start the revision publish action.Event.BuilderrevisionPublished(RevisionPublished revisionPublished)What occurs to start the revision publish action.-
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, sdkFields
-
-
-
-
Method Detail
-
revisionPublished
Event.Builder revisionPublished(RevisionPublished revisionPublished)
What occurs to start the revision publish action.
- Parameters:
revisionPublished- What occurs to start the revision publish action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionPublished
default Event.Builder revisionPublished(Consumer<RevisionPublished.Builder> revisionPublished)
What occurs to start the revision publish action.
This is a convenience method that creates an instance of theRevisionPublished.Builderavoiding the need to create one manually viaRevisionPublished.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torevisionPublished(RevisionPublished).- Parameters:
revisionPublished- a consumer that will call methods onRevisionPublished.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
revisionPublished(RevisionPublished)
-
-