Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent.Builder
-
Packages that use ImmutableRawCloudEvent.Builder Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableRawCloudEvent.Builder in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableRawCloudEvent.Builder Modifier and Type Method Description static ImmutableRawCloudEvent.BuilderImmutableRawCloudEvent. builder()Creates a builder forImmutableRawCloudEvent.ImmutableRawCloudEvent.BuilderImmutableRawCloudEvent.Builder. from(RawCloudEvent instance)Fill a builder with attribute values from the providedRawCloudEventinstance.ImmutableRawCloudEvent.BuilderImmutableRawCloudEvent.Builder. resource(org.cloudfoundry.client.v3.auditevents.AuditEventResource resource)Initializes the value for theresourceattribute.
-