Interface ResourceProperty.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceProperty.Builder,ResourceProperty>,SdkBuilder<ResourceProperty.Builder,ResourceProperty>,SdkPojo
- Enclosing class:
- ResourceProperty
public static interface ResourceProperty.Builder extends SdkPojo, CopyableBuilder<ResourceProperty.Builder,ResourceProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceProperty.Builderdata(Document data)Details about this property.ResourceProperty.BuilderlastReportedAt(Instant lastReportedAt)The date and time that the information about this resource property was last updated.ResourceProperty.Buildername(String name)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, sdkFields
-
-
-
-
Method Detail
-
data
ResourceProperty.Builder data(Document 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
ResourceProperty.Builder lastReportedAt(Instant 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
ResourceProperty.Builder name(String 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.
-
-