public static interface ResourceProperty.Builder extends SdkPojo, CopyableBuilder<ResourceProperty.Builder,ResourceProperty>
| Modifier and Type | Method and Description |
|---|---|
ResourceProperty.Builder |
data(Document data)
Details about this property.
|
ResourceProperty.Builder |
lastReportedAt(Instant lastReportedAt)
The date and time that the information about this resource property was last updated.
|
ResourceProperty.Builder |
name(String name)
The name of this property of the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceProperty.Builder data(Document data)
Details about this property. The content of this field is a JSON object that varies based on the resource type.
data - Details about this property. The content of this field is a JSON object that varies based on the
resource type.ResourceProperty.Builder lastReportedAt(Instant lastReportedAt)
The date and time that the information about this resource property was last updated.
lastReportedAt - The date and time that the information about this resource property was last updated.ResourceProperty.Builder name(String name)
The name of this property of the resource.
name - The name of this property of the resource.Copyright © 2023. All rights reserved.