Interface ListApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,M2Request.Builder,SdkBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationsRequest
public static interface ListApplicationsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationsRequest.BuilderenvironmentId(String environmentId)The unique identifier of the runtime environment where the applications are deployed.ListApplicationsRequest.BuildermaxResults(Integer maxResults)The maximum number of applications to return.ListApplicationsRequest.Buildernames(String... names)The names of the applications.ListApplicationsRequest.Buildernames(Collection<String> names)The names of the applications.ListApplicationsRequest.BuildernextToken(String nextToken)A pagination token to control the number of applications displayed in the list.ListApplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationsRequest.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.services.m2.model.M2Request.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
-
environmentId
ListApplicationsRequest.Builder environmentId(String environmentId)
The unique identifier of the runtime environment where the applications are deployed.
- Parameters:
environmentId- The unique identifier of the runtime environment where the applications are deployed.- 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 to return.
- Parameters:
maxResults- The maximum number of applications to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ListApplicationsRequest.Builder names(Collection<String> names)
The names of the applications.
- Parameters:
names- The names of the applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ListApplicationsRequest.Builder names(String... names)
The names of the applications.
- Parameters:
names- The names of the applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationsRequest.Builder nextToken(String nextToken)
A pagination token to control the number of applications displayed in the list.
- Parameters:
nextToken- A pagination token to control the number of applications displayed in the list.- 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
-
-