Interface ResourceProperty.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceProperty.Builder,
,ResourceProperty> SdkBuilder<ResourceProperty.Builder,
,ResourceProperty> SdkPojo
- Enclosing class:
ResourceProperty
@Mutable
@NotThreadSafe
public static interface ResourceProperty.Builder
extends SdkPojo, CopyableBuilder<ResourceProperty.Builder,ResourceProperty>
-
Method Summary
Modifier and TypeMethodDescriptionDetails about this property.lastReportedAt
(Instant lastReportedAt) The date and time that the information about this resource property was last updated.The name of this property of the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
data
Details about this property. The content of this field is a JSON object that varies based on the resource type.
- Parameters:
data
- Details about this property. The content of this field is a JSON object that varies based on the resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastReportedAt
The date and time that the information about this resource property was last updated.
- Parameters:
lastReportedAt
- The date and time that the information about this resource property was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of this property of the resource.
- Parameters:
name
- The name of this property of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-