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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentConfigsResponse.BuilderdeploymentConfigsList(String... deploymentConfigsList)A list of deployment configurations, including built-in configurations such asCodeDeployDefault.OneAtATime.ListDeploymentConfigsResponse.BuilderdeploymentConfigsList(Collection<String> deploymentConfigsList)A list of deployment configurations, including built-in configurations such asCodeDeployDefault.OneAtATime.ListDeploymentConfigsResponse.BuildernextToken(String nextToken)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, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
ListDeploymentConfigsResponse.Builder deploymentConfigsList(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.
-
nextToken
ListDeploymentConfigsResponse.Builder nextToken(String 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.
-
-