Interface ListDeploymentsRequest.Builder
-
- All Superinterfaces:
AppConfigRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>,SdkBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDeploymentsRequest
public static interface ListDeploymentsRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentsRequest.BuilderapplicationId(String applicationId)The application ID.ListDeploymentsRequest.BuilderenvironmentId(String environmentId)The environment ID.ListDeploymentsRequest.BuildermaxResults(Integer maxResults)The maximum number of items that may be returned for this call.ListDeploymentsRequest.BuildernextToken(String nextToken)The token returned by a prior call to this operation indicating the next set of results to be returned.ListDeploymentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
applicationId
ListDeploymentsRequest.Builder applicationId(String applicationId)
The application ID.
- Parameters:
applicationId- The application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
ListDeploymentsRequest.Builder environmentId(String environmentId)
The environment ID.
- Parameters:
environmentId- The environment ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDeploymentsRequest.Builder maxResults(Integer maxResults)
The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null
NextTokenthat you can provide in a subsequent call to get the next set of results.- Parameters:
maxResults- The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-nullNextTokenthat you can provide in a subsequent call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDeploymentsRequest.Builder nextToken(String nextToken)
The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
- Parameters:
nextToken- The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-