Interface ListAppsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>,SdkBuilder<ListAppsRequest.Builder,ListAppsRequest>,SdkPojo,SdkRequest.Builder,SmsRequest.Builder
- Enclosing class:
- ListAppsRequest
public static interface ListAppsRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppsRequest.BuilderappIds(String... appIds)The unique application IDs.ListAppsRequest.BuilderappIds(Collection<String> appIds)The unique application IDs.ListAppsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.ListAppsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListAppsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sms.model.SmsRequest.Builder
build
-
-
-
-
Method Detail
-
appIds
ListAppsRequest.Builder appIds(Collection<String> appIds)
The unique application IDs.
- Parameters:
appIds- The unique application IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appIds
ListAppsRequest.Builder appIds(String... appIds)
The unique application IDs.
- Parameters:
appIds- The unique application IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAppsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. The default value is 100. To retrieve the remaining results, make another call with the returned
NextTokenvalue.- Parameters:
maxResults- The maximum number of results to return in a single call. The default value is 100. To retrieve the remaining results, make another call with the returnedNextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-