Interface ListApplicationComponentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationComponentsRequest.Builder,ListApplicationComponentsRequest>,MigrationHubStrategyRequest.Builder,SdkBuilder<ListApplicationComponentsRequest.Builder,ListApplicationComponentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationComponentsRequest
public static interface ListApplicationComponentsRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationComponentsRequest.Builder,ListApplicationComponentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationComponentsRequest.BuilderapplicationComponentCriteria(String applicationComponentCriteria)Criteria for filtering the list of application components.ListApplicationComponentsRequest.BuilderapplicationComponentCriteria(ApplicationComponentCriteria applicationComponentCriteria)Criteria for filtering the list of application components.ListApplicationComponentsRequest.BuilderfilterValue(String filterValue)Specify the value based on the application component criteria type.ListApplicationComponentsRequest.BuildergroupIdFilter(Collection<Group> groupIdFilter)The group ID specified in to filter on.ListApplicationComponentsRequest.BuildergroupIdFilter(Consumer<Group.Builder>... groupIdFilter)The group ID specified in to filter on.ListApplicationComponentsRequest.BuildergroupIdFilter(Group... groupIdFilter)The group ID specified in to filter on.ListApplicationComponentsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to include in the response.ListApplicationComponentsRequest.BuildernextToken(String nextToken)The token from a previous call that you use to retrieve the next set of results.ListApplicationComponentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationComponentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListApplicationComponentsRequest.Buildersort(String sort)Specifies whether to sort by ascending (ASC) or descending (DESC) order.ListApplicationComponentsRequest.Buildersort(SortOrder sort)Specifies whether to sort by ascending (ASC) or descending (DESC) order.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubstrategy.model.MigrationHubStrategyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationComponentCriteria
ListApplicationComponentsRequest.Builder applicationComponentCriteria(String applicationComponentCriteria)
Criteria for filtering the list of application components.
- Parameters:
applicationComponentCriteria- Criteria for filtering the list of application components.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationComponentCriteria,ApplicationComponentCriteria
-
applicationComponentCriteria
ListApplicationComponentsRequest.Builder applicationComponentCriteria(ApplicationComponentCriteria applicationComponentCriteria)
Criteria for filtering the list of application components.
- Parameters:
applicationComponentCriteria- Criteria for filtering the list of application components.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationComponentCriteria,ApplicationComponentCriteria
-
filterValue
ListApplicationComponentsRequest.Builder filterValue(String filterValue)
Specify the value based on the application component criteria type. For example, if
applicationComponentCriteriais set toSERVER_IDandfilterValueis set toserver1, then ListApplicationComponents returns all the application components running on server1.- Parameters:
filterValue- Specify the value based on the application component criteria type. For example, ifapplicationComponentCriteriais set toSERVER_IDandfilterValueis set toserver1, then ListApplicationComponents returns all the application components running on server1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupIdFilter
ListApplicationComponentsRequest.Builder groupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
- Parameters:
groupIdFilter- The group ID specified in to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupIdFilter
ListApplicationComponentsRequest.Builder groupIdFilter(Group... groupIdFilter)
The group ID specified in to filter on.
- Parameters:
groupIdFilter- The group ID specified in to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupIdFilter
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.Builderavoiding the need to create one manually viaGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#groupIdFilter(List.) - Parameters:
groupIdFilter- a consumer that will call methods onGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#groupIdFilter(java.util.Collection)
-
maxResults
ListApplicationComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in the response. The maximum value is 100.
- Parameters:
maxResults- The maximum number of items to include in the response. The maximum value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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
maxResultsto 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.- Parameters:
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 setmaxResultsto 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
ListApplicationComponentsRequest.Builder sort(String sort)
Specifies whether to sort by ascending (
ASC) or descending (DESC) order.
-
sort
ListApplicationComponentsRequest.Builder sort(SortOrder sort)
Specifies whether to sort by ascending (
ASC) or descending (DESC) order.
-
overrideConfiguration
ListApplicationComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-