Interface GetPropertyValueResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetPropertyValueResponse.Builder,
,GetPropertyValueResponse> IoTTwinMakerResponse.Builder
,SdkBuilder<GetPropertyValueResponse.Builder,
,GetPropertyValueResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPropertyValueResponse
@Mutable
@NotThreadSafe
public static interface GetPropertyValueResponse.Builder
extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetPropertyValueResponse.Builder,GetPropertyValueResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe string that specifies the next page of results.propertyValues
(Map<String, PropertyLatestValue> propertyValues) An object that maps strings to the properties and latest property values in the response.tabularPropertyValues
(Collection<? extends Collection<? extends Map<String, DataValue>>> tabularPropertyValues) A table of property values.tabularPropertyValues
(Collection<? extends Map<String, DataValue>>... tabularPropertyValues) A table of property values.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-