Interface ListDeploymentConfigsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<ListDeploymentConfigsResponse.Builder,,ListDeploymentConfigsResponse> SdkBuilder<ListDeploymentConfigsResponse.Builder,,ListDeploymentConfigsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListDeploymentConfigsResponse
public static interface ListDeploymentConfigsResponse.Builder
extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondeploymentConfigsList(String... deploymentConfigsList) A list of deployment configurations, including built-in configurations such asCodeDeployDefault.OneAtATime.deploymentConfigsList(Collection<String> deploymentConfigsList) A list of deployment configurations, including built-in configurations such asCodeDeployDefault.OneAtATime.If a large amount of information is returned, an identifier is also returned.Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
deploymentConfigsList
ListDeploymentConfigsResponse.Builder deploymentConfigsList(Collection<String> deploymentConfigsList) A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime.- Parameters:
 deploymentConfigsList- A list of deployment configurations, including built-in configurations such asCodeDeployDefault.OneAtATime.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deploymentConfigsList
A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime.- Parameters:
 deploymentConfigsList- A list of deployment configurations, including built-in configurations such asCodeDeployDefault.OneAtATime.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
- Parameters:
 nextToken- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -