public static interface ListApplicationsRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsRequest.Builder nextToken(String nextToken)
The token for the next set of application results.
nextToken - The token for the next set of application results.ListApplicationsRequest.Builder maxResults(Integer maxResults)
The maximum number of applications that can be listed.
maxResults - The maximum number of applications that can be listed.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.
states - An optional filter for application states. Note that if this filter contains multiple states, the
resulting list will be grouped by the state.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.
states - An optional filter for application states. Note that if this filter contains multiple states, the
resulting list will be grouped by the state.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.
states - An optional filter for application states. Note that if this filter contains multiple states, the
resulting list will be grouped by the state.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.
states - An optional filter for application states. Note that if this filter contains multiple states, the
resulting list will be grouped by the state.ListApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.