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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPropertyValueRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPropertyValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.