static ListPropertiesRequest.Builder |
ListPropertiesRequest.builder() |
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.componentName(String componentName) |
The name of the component whose properties are returned by the operation.
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.componentPath(String componentPath) |
This string specifies the path to the composite component, starting from the top-level component.
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.entityId(String entityId) |
The ID for the entity whose metadata (component/properties) is returned by the operation.
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results returned at one time.
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.nextToken(String nextToken) |
The string that specifies the next page of results.
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.toBuilder() |
|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.workspaceId(String workspaceId) |
The workspace ID.
|