static ImmutableCloudMetadata.Builder |
ImmutableCloudMetadata.builder() |
|
ImmutableCloudMetadata.Builder |
ImmutableCloudMetadata.Builder.createdAt(LocalDateTime createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutableCloudMetadata.Builder |
ImmutableCloudMetadata.Builder.from(CloudMetadata instance) |
Fill a builder with attribute values from the provided CloudMetadata instance.
|
ImmutableCloudMetadata.Builder |
ImmutableCloudMetadata.Builder.guid(UUID guid) |
Initializes the value for the guid attribute.
|
ImmutableCloudMetadata.Builder |
ImmutableCloudMetadata.Builder.updatedAt(LocalDateTime updatedAt) |
Initializes the value for the updatedAt attribute.
|
ImmutableCloudMetadata.Builder |
ImmutableCloudMetadata.Builder.url(String url) |
Initializes the value for the url attribute.
|