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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPropertyValueResponse.BuildernextToken(String nextToken)The string that specifies the next page of results.GetPropertyValueResponse.BuilderpropertyValues(Map<String,PropertyLatestValue> propertyValues)An object that maps strings to the properties and latest property values in the response.GetPropertyValueResponse.BuildertabularPropertyValues(Collection<? extends Collection<? extends Map<String,DataValue>>> tabularPropertyValues)A table of property values.GetPropertyValueResponse.BuildertabularPropertyValues(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
propertyValues
GetPropertyValueResponse.Builder propertyValues(Map<String,PropertyLatestValue> 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
GetPropertyValueResponse.Builder nextToken(String 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.
-
-