public static interface ListComponentsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListComponentsRequest.Builder |
environmentName(String environmentName)
The name of an environment for result list filtering.
|
ListComponentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of components to list.
|
ListComponentsRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next component in the array of components, after the list of
components that was previously requested.
|
ListComponentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComponentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListComponentsRequest.Builder |
serviceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering.
|
ListComponentsRequest.Builder |
serviceName(String serviceName)
The name of a service for result list filtering.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentsRequest.Builder environmentName(String environmentName)
The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.
environmentName - The name of an environment for result list filtering. Proton returns components associated with the
environment or attached to service instances running in it.ListComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of components to list.
maxResults - The maximum number of components to list.ListComponentsRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.
nextToken - A token that indicates the location of the next component in the array of components, after the list
of components that was previously requested.ListComponentsRequest.Builder serviceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.
serviceInstanceName - The name of a service instance for result list filtering. Proton returns the component attached to the
service instance, if any.ListComponentsRequest.Builder serviceName(String serviceName)
The name of a service for result list filtering. Proton returns components attached to service instances of the service.
serviceName - The name of a service for result list filtering. Proton returns components attached to service
instances of the service.ListComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.