Interface ListDeploymentGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse>,SdkBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDeploymentGroupsResponse
public static interface ListDeploymentGroupsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentGroupsResponse.BuilderapplicationName(String applicationName)The application name.ListDeploymentGroupsResponse.BuilderdeploymentGroups(String... deploymentGroups)A list of deployment group names.ListDeploymentGroupsResponse.BuilderdeploymentGroups(Collection<String> deploymentGroups)A list of deployment group names.ListDeploymentGroupsResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationName
ListDeploymentGroupsResponse.Builder applicationName(String applicationName)
The application name.
- Parameters:
applicationName- The application name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentGroups
ListDeploymentGroupsResponse.Builder deploymentGroups(Collection<String> deploymentGroups)
A list of deployment group names.
- Parameters:
deploymentGroups- A list of deployment group names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentGroups
ListDeploymentGroupsResponse.Builder deploymentGroups(String... deploymentGroups)
A list of deployment group names.
- Parameters:
deploymentGroups- A list of deployment group names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDeploymentGroupsResponse.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 groups call to return the next set of deployment groups 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 groups call to return the next set of deployment groups in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-