public static interface UpdateContainerInstancesStateResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<UpdateContainerInstancesStateResponse.Builder,UpdateContainerInstancesStateResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateContainerInstancesStateResponse.Builder |
containerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
|
UpdateContainerInstancesStateResponse.Builder |
containerInstances(Consumer<ContainerInstance.Builder>... containerInstances)
The list of container instances.
|
UpdateContainerInstancesStateResponse.Builder |
containerInstances(ContainerInstance... containerInstances)
The list of container instances.
|
UpdateContainerInstancesStateResponse.Builder |
failures(Collection<Failure> failures)
Any failures associated with the call.
|
UpdateContainerInstancesStateResponse.Builder |
failures(Consumer<Failure.Builder>... failures)
Any failures associated with the call.
|
UpdateContainerInstancesStateResponse.Builder |
failures(Failure... failures)
Any failures associated with the call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContainerInstancesStateResponse.Builder containerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
containerInstances - The list of container instances.UpdateContainerInstancesStateResponse.Builder containerInstances(ContainerInstance... containerInstances)
The list of container instances.
containerInstances - The list of container instances.UpdateContainerInstancesStateResponse.Builder containerInstances(Consumer<ContainerInstance.Builder>... containerInstances)
The list of container instances.
This is a convenience method that creates an instance of theContainerInstance.Builder avoiding the need to create one
manually via ContainerInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #containerInstances(List.
containerInstances - a consumer that will call methods on
ContainerInstance.Builder#containerInstances(java.util.Collection) UpdateContainerInstancesStateResponse.Builder failures(Collection<Failure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.UpdateContainerInstancesStateResponse.Builder failures(Failure... failures)
Any failures associated with the call.
failures - Any failures associated with the call.UpdateContainerInstancesStateResponse.Builder failures(Consumer<Failure.Builder>... failures)
Any failures associated with the call.
This is a convenience method that creates an instance of theFailure.Builder avoiding the need to create one manually
via Failure.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #failures(List.
failures - a consumer that will call methods on Failure.Builder#failures(java.util.Collection) Copyright © 2023. All rights reserved.