ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.actee(CloudEvent.Participant actee) |
Initializes the value for the actee attribute.
|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.actor(CloudEvent.Participant actor) |
Initializes the value for the actor attribute.
|
static ImmutableCloudEvent.Builder |
ImmutableCloudEvent.builder() |
|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.from(CloudEntity instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.from(CloudEvent instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEvent instance.
|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.metadata(CloudMetadata metadata) |
Initializes the value for the metadata attribute.
|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.timestamp(Date timestamp) |
Initializes the value for the timestamp attribute.
|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.type(String type) |
Initializes the value for the type attribute.
|
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.v3Metadata(org.cloudfoundry.client.v3.Metadata v3Metadata) |
Initializes the value for the v3Metadata attribute.
|