Interface ListApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,EmrServerlessRequest.Builder,SdkBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationsRequest
public static interface ListApplicationsRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
-
-
Method Summary
-
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.emrserverless.model.EmrServerlessRequest.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
-
nextToken
ListApplicationsRequest.Builder nextToken(String nextToken)
The token for the next set of application results.
- Parameters:
nextToken- The token for the next set of application results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListApplicationsRequest.Builder maxResults(Integer maxResults)
The maximum number of applications that can be listed.
- Parameters:
maxResults- The maximum number of applications that can be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListApplicationsRequest.Builder statesWithStrings(Collection<String> states)
An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
- Parameters:
states- An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListApplicationsRequest.Builder statesWithStrings(String... states)
An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
- Parameters:
states- An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
ListApplicationsRequest.Builder states(Collection<ApplicationState> states)
An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
- Parameters:
states- An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
ListApplicationsRequest.Builder states(ApplicationState... states)
An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
- Parameters:
states- An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-