static GetPropertyValueRequest.Builder |
GetPropertyValueRequest.builder() |
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.componentName(String componentName) |
The name of the component whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.componentPath(String componentPath) |
This string specifies the path to the composite component, starting from the top-level component.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.componentTypeId(String componentTypeId) |
The ID of the component type whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.entityId(String entityId) |
The ID of the entity whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return at one time.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.nextToken(String nextToken) |
The string that specifies the next page of results.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.propertyGroupName(String propertyGroupName) |
The property group name.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.selectedProperties(String... selectedProperties) |
The properties whose values the operation returns.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.selectedProperties(Collection<String> selectedProperties) |
The properties whose values the operation returns.
|
default GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.tabularConditions(Consumer<TabularConditions.Builder> tabularConditions) |
The tabular conditions.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.tabularConditions(TabularConditions tabularConditions) |
The tabular conditions.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.toBuilder() |
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.workspaceId(String workspaceId) |
The ID of the workspace whose values the operation returns.
|