public static interface ListDeploymentTargetsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentTargetsResponse.Builder,ListDeploymentTargetsResponse>
Modifier and Type | Method and Description |
---|---|
ListDeploymentTargetsResponse.Builder |
nextToken(String nextToken)
If a large amount of information is returned, a token identifier will also be returned.
|
ListDeploymentTargetsResponse.Builder |
targetIds(Collection<String> targetIds)
The unique IDs of deployment targets.
|
ListDeploymentTargetsResponse.Builder |
targetIds(String... targetIds)
The unique IDs of deployment targets.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListDeploymentTargetsResponse.Builder targetIds(Collection<String> targetIds)
The unique IDs of deployment targets.
targetIds
- The unique IDs of deployment targets.ListDeploymentTargetsResponse.Builder targetIds(String... targetIds)
The unique IDs of deployment targets.
targetIds
- The unique IDs of deployment targets.ListDeploymentTargetsResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, a token identifier will also be returned. It can be used in a
subsequent ListDeploymentTargets
call to return the next set of deployment targets in the list.
nextToken
- If a large amount of information is returned, a token identifier will also be returned. It can be used
in a subsequent ListDeploymentTargets
call to return the next set of deployment targets
in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.