public static interface ListDeploymentStrategiesResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentStrategiesResponse.Builder,ListDeploymentStrategiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentStrategiesResponse.Builder |
items(Collection<DeploymentStrategy> items)
The elements from this collection.
|
ListDeploymentStrategiesResponse.Builder |
items(Consumer<DeploymentStrategy.Builder>... items)
The elements from this collection.
|
ListDeploymentStrategiesResponse.Builder |
items(DeploymentStrategy... items)
The elements from this collection.
|
ListDeploymentStrategiesResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeploymentStrategiesResponse.Builder items(Collection<DeploymentStrategy> items)
The elements from this collection.
items - The elements from this collection.ListDeploymentStrategiesResponse.Builder items(DeploymentStrategy... items)
The elements from this collection.
items - The elements from this collection.ListDeploymentStrategiesResponse.Builder items(Consumer<DeploymentStrategy.Builder>... items)
The elements from this collection.
This is a convenience method that creates an instance of theDeploymentStrategy.Builder avoiding the need to
create one manually via DeploymentStrategy.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
DeploymentStrategy.Builder#items(java.util.Collection) ListDeploymentStrategiesResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to get the next set of results.Copyright © 2023. All rights reserved.