public static interface GetPropertyValueRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<GetPropertyValueRequest.Builder,GetPropertyValueRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueRequest.Builder |
componentName(String componentName)
The name of the component whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
componentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
entityId(String entityId)
The ID of the entity whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
GetPropertyValueRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPropertyValueRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPropertyValueRequest.Builder |
propertyGroupName(String propertyGroupName)
The property group name.
|
GetPropertyValueRequest.Builder |
selectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
|
GetPropertyValueRequest.Builder |
selectedProperties(String... selectedProperties)
The properties whose values the operation returns.
|
default GetPropertyValueRequest.Builder |
tabularConditions(Consumer<TabularConditions.Builder> tabularConditions)
The tabular conditions.
|
GetPropertyValueRequest.Builder |
tabularConditions(TabularConditions tabularConditions)
The tabular conditions.
|
GetPropertyValueRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPropertyValueRequest.Builder componentName(String componentName)
The name of the component whose property values the operation returns.
componentName - The name of the component whose property values the operation returns.GetPropertyValueRequest.Builder componentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
componentTypeId - The ID of the component type whose property values the operation returns.GetPropertyValueRequest.Builder entityId(String entityId)
The ID of the entity whose property values the operation returns.
entityId - The ID of the entity whose property values the operation returns.GetPropertyValueRequest.Builder selectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
selectedProperties - The properties whose values the operation returns.GetPropertyValueRequest.Builder selectedProperties(String... selectedProperties)
The properties whose values the operation returns.
selectedProperties - The properties whose values the operation returns.GetPropertyValueRequest.Builder workspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
workspaceId - The ID of the workspace whose values the operation returns.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.
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.
GetPropertyValueRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.GetPropertyValueRequest.Builder propertyGroupName(String propertyGroupName)
The property group name.
propertyGroupName - The property group name.GetPropertyValueRequest.Builder tabularConditions(TabularConditions tabularConditions)
The tabular conditions.
tabularConditions - The tabular conditions.default GetPropertyValueRequest.Builder tabularConditions(Consumer<TabularConditions.Builder> tabularConditions)
The tabular conditions.
This is a convenience method that creates an instance of theTabularConditions.Builder avoiding the
need to create one manually via TabularConditions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tabularConditions(TabularConditions).
tabularConditions - a consumer that will call methods on TabularConditions.BuildertabularConditions(TabularConditions)GetPropertyValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPropertyValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.