ImmutableCloudMetadata |
ImmutableCloudMetadata.Builder.build() |
|
static ImmutableCloudMetadata |
ImmutableCloudMetadata.copyOf(CloudMetadata instance) |
|
static ImmutableCloudMetadata |
ImmutableCloudMetadata.of(UUID guid) |
Construct a new immutable CloudMetadata instance.
|
ImmutableCloudMetadata |
ImmutableCloudMetadata.withCreatedAt(LocalDateTime value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableCloudMetadata |
ImmutableCloudMetadata.withGuid(UUID value) |
Copy the current immutable object by setting a value for the guid attribute.
|
ImmutableCloudMetadata |
ImmutableCloudMetadata.withUpdatedAt(LocalDateTime value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|
ImmutableCloudMetadata |
ImmutableCloudMetadata.withUrl(String value) |
Copy the current immutable object by setting a value for the url attribute.
|