public static interface ListApplicationComponentsRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationComponentsRequest.Builder,ListApplicationComponentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationComponentsRequest.Builder |
applicationComponentCriteria(ApplicationComponentCriteria applicationComponentCriteria)
Criteria for filtering the list of application components.
|
ListApplicationComponentsRequest.Builder |
applicationComponentCriteria(String applicationComponentCriteria)
Criteria for filtering the list of application components.
|
ListApplicationComponentsRequest.Builder |
filterValue(String filterValue)
Specify the value based on the application component criteria type.
|
ListApplicationComponentsRequest.Builder |
groupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
|
ListApplicationComponentsRequest.Builder |
groupIdFilter(Consumer<Group.Builder>... groupIdFilter)
The group ID specified in to filter on.
|
ListApplicationComponentsRequest.Builder |
groupIdFilter(Group... groupIdFilter)
The group ID specified in to filter on.
|
ListApplicationComponentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to include in the response.
|
ListApplicationComponentsRequest.Builder |
nextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results.
|
ListApplicationComponentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationComponentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListApplicationComponentsRequest.Builder |
sort(SortOrder sort)
Specifies whether to sort by ascending (
ASC) or descending (DESC) order. |
ListApplicationComponentsRequest.Builder |
sort(String sort)
Specifies whether to sort by ascending (
ASC) or descending (DESC) order. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationComponentsRequest.Builder applicationComponentCriteria(String applicationComponentCriteria)
Criteria for filtering the list of application components.
applicationComponentCriteria - Criteria for filtering the list of application components.ApplicationComponentCriteria,
ApplicationComponentCriteriaListApplicationComponentsRequest.Builder applicationComponentCriteria(ApplicationComponentCriteria applicationComponentCriteria)
Criteria for filtering the list of application components.
applicationComponentCriteria - Criteria for filtering the list of application components.ApplicationComponentCriteria,
ApplicationComponentCriteriaListApplicationComponentsRequest.Builder filterValue(String filterValue)
Specify the value based on the application component criteria type. For example, if
applicationComponentCriteria is set to SERVER_ID and filterValue is
set to server1, then ListApplicationComponents returns all the application components
running on server1.
filterValue - Specify the value based on the application component criteria type. For example, if
applicationComponentCriteria is set to SERVER_ID and
filterValue is set to server1, then ListApplicationComponents returns
all the application components running on server1.ListApplicationComponentsRequest.Builder groupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
groupIdFilter - The group ID specified in to filter on.ListApplicationComponentsRequest.Builder groupIdFilter(Group... groupIdFilter)
The group ID specified in to filter on.
groupIdFilter - The group ID specified in to filter on.ListApplicationComponentsRequest.Builder groupIdFilter(Consumer<Group.Builder>... groupIdFilter)
The group ID specified in to filter on.
This is a convenience method that creates an instance of theGroup.Builder avoiding the need to create
one manually via Group.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #groupIdFilter(List.
groupIdFilter - a consumer that will call methods on
Group.Builder#groupIdFilter(java.util.Collection) ListApplicationComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in the response. The maximum value is 100.
maxResults - The maximum number of items to include in the response. The maximum value is 100.ListApplicationComponentsRequest.Builder nextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results. For example, if a previous
call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10
results along with a token. You then use the returned token to retrieve the next set of 10.
nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a
previous call to this action returned 100 items, but you set maxResults to 10. You'll
receive a set of 10 results along with a token. You then use the returned token to retrieve the next
set of 10.ListApplicationComponentsRequest.Builder sort(String sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
ListApplicationComponentsRequest.Builder sort(SortOrder sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
ListApplicationComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.