Interface ListDeploymentTargetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<ListDeploymentTargetsResponse.Builder,ListDeploymentTargetsResponse>,SdkBuilder<ListDeploymentTargetsResponse.Builder,ListDeploymentTargetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDeploymentTargetsResponse
public static interface ListDeploymentTargetsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentTargetsResponse.Builder,ListDeploymentTargetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentTargetsResponse.BuildernextToken(String nextToken)If a large amount of information is returned, a token identifier is also returned.ListDeploymentTargetsResponse.BuildertargetIds(String... targetIds)The unique IDs of deployment targets.ListDeploymentTargetsResponse.BuildertargetIds(Collection<String> targetIds)The unique IDs of deployment targets.-
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
-
targetIds
ListDeploymentTargetsResponse.Builder targetIds(Collection<String> targetIds)
The unique IDs of deployment targets.
- Parameters:
targetIds- The unique IDs of deployment targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetIds
ListDeploymentTargetsResponse.Builder targetIds(String... targetIds)
The unique IDs of deployment targets.
- Parameters:
targetIds- The unique IDs of deployment targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDeploymentTargetsResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent
ListDeploymentTargetscall to return the next set of deployment targets in the list.- Parameters:
nextToken- If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequentListDeploymentTargetscall to return the next set of deployment targets in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-