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 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

      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

      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.