static ImmutableCloudEvent.ImmutableParticipant.Builder |
ImmutableCloudEvent.ImmutableParticipant.builder() |
|
ImmutableCloudEvent.ImmutableParticipant.Builder |
ImmutableCloudEvent.ImmutableParticipant.Builder.from(CloudEvent.Participant instance) |
Fill a builder with attribute values from the provided Participant instance.
|
ImmutableCloudEvent.ImmutableParticipant.Builder |
ImmutableCloudEvent.ImmutableParticipant.Builder.guid(UUID guid) |
Initializes the value for the guid attribute.
|
ImmutableCloudEvent.ImmutableParticipant.Builder |
ImmutableCloudEvent.ImmutableParticipant.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableCloudEvent.ImmutableParticipant.Builder |
ImmutableCloudEvent.ImmutableParticipant.Builder.type(String type) |
Initializes the value for the type attribute.
|