Interface GetPropertyValueResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetPropertyValueResponse.Builder,GetPropertyValueResponse>, IoTTwinMakerResponse.Builder, SdkBuilder<GetPropertyValueResponse.Builder,GetPropertyValueResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetPropertyValueResponse

public static interface GetPropertyValueResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetPropertyValueResponse.Builder,GetPropertyValueResponse>
  • Method Details

    • propertyValues

      An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.

      Parameters:
      propertyValues - An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The string that specifies the next page of results.

      Parameters:
      nextToken - The string that specifies the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tabularPropertyValues

      GetPropertyValueResponse.Builder tabularPropertyValues(Collection<? extends Collection<? extends Map<String,DataValue>>> tabularPropertyValues)

      A table of property values.

      Parameters:
      tabularPropertyValues - A table of property values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tabularPropertyValues

      GetPropertyValueResponse.Builder tabularPropertyValues(Collection<? extends Map<String,DataValue>>... tabularPropertyValues)

      A table of property values.

      Parameters:
      tabularPropertyValues - A table of property values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.