Interface GetPropertyValueRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPropertyValueRequest.Builder,GetPropertyValueRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<GetPropertyValueRequest.Builder,GetPropertyValueRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPropertyValueRequest
public static interface GetPropertyValueRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<GetPropertyValueRequest.Builder,GetPropertyValueRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetPropertyValueRequest.BuildercomponentName(String componentName)The name of the component whose property values the operation returns.GetPropertyValueRequest.BuildercomponentPath(String componentPath)This string specifies the path to the composite component, starting from the top-level component.GetPropertyValueRequest.BuildercomponentTypeId(String componentTypeId)The ID of the component type whose property values the operation returns.GetPropertyValueRequest.BuilderentityId(String entityId)The ID of the entity whose property values the operation returns.GetPropertyValueRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.GetPropertyValueRequest.BuildernextToken(String nextToken)The string that specifies the next page of results.GetPropertyValueRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPropertyValueRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPropertyValueRequest.BuilderpropertyGroupName(String propertyGroupName)The property group name.GetPropertyValueRequest.BuilderselectedProperties(String... selectedProperties)The properties whose values the operation returns.GetPropertyValueRequest.BuilderselectedProperties(Collection<String> selectedProperties)The properties whose values the operation returns.default GetPropertyValueRequest.BuildertabularConditions(Consumer<TabularConditions.Builder> tabularConditions)The tabular conditions.GetPropertyValueRequest.BuildertabularConditions(TabularConditions tabularConditions)The tabular conditions.GetPropertyValueRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace whose values the operation returns.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
componentName
GetPropertyValueRequest.Builder componentName(String componentName)
The name of the component whose property values the operation returns.
- Parameters:
componentName- The name of the component whose property values the operation returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentPath
GetPropertyValueRequest.Builder componentPath(String componentPath)
This string specifies the path to the composite component, starting from the top-level component.
- Parameters:
componentPath- This string specifies the path to the composite component, starting from the top-level component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentTypeId
GetPropertyValueRequest.Builder componentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
- Parameters:
componentTypeId- The ID of the component type whose property values the operation returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
GetPropertyValueRequest.Builder entityId(String entityId)
The ID of the entity whose property values the operation returns.
- Parameters:
entityId- The ID of the entity whose property values the operation returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedProperties
GetPropertyValueRequest.Builder selectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
- Parameters:
selectedProperties- The properties whose values the operation returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedProperties
GetPropertyValueRequest.Builder selectedProperties(String... selectedProperties)
The properties whose values the operation returns.
- Parameters:
selectedProperties- The properties whose values the operation returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceId
GetPropertyValueRequest.Builder workspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
- Parameters:
workspaceId- The ID of the workspace whose values the operation returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetPropertyValueRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
- Parameters:
maxResults- The maximum number of results to return at one time. The default is 25.Valid Range: Minimum value of 1. Maximum value of 250.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetPropertyValueRequest.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.
-
propertyGroupName
GetPropertyValueRequest.Builder propertyGroupName(String propertyGroupName)
The property group name.
- Parameters:
propertyGroupName- The property group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tabularConditions
GetPropertyValueRequest.Builder tabularConditions(TabularConditions tabularConditions)
The tabular conditions.
- Parameters:
tabularConditions- The tabular conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tabularConditions
default GetPropertyValueRequest.Builder tabularConditions(Consumer<TabularConditions.Builder> tabularConditions)
The tabular conditions.
This is a convenience method that creates an instance of theTabularConditions.Builderavoiding the need to create one manually viaTabularConditions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totabularConditions(TabularConditions).- Parameters:
tabularConditions- a consumer that will call methods onTabularConditions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tabularConditions(TabularConditions)
-
overrideConfiguration
GetPropertyValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPropertyValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-