CopyableBuilder<UpdateContainerInstancesStateResponse.Builder,UpdateContainerInstancesStateResponse>
, SdkBuilder<UpdateContainerInstancesStateResponse.Builder,UpdateContainerInstancesStateResponse>
public static interface UpdateContainerInstancesStateResponse.Builder extends CopyableBuilder<UpdateContainerInstancesStateResponse.Builder,UpdateContainerInstancesStateResponse>
Modifier and Type | Method | Description |
---|---|---|
UpdateContainerInstancesStateResponse.Builder |
containerInstances(Collection<ContainerInstance> 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(Failure... failures) |
Any failures associated with the call.
|
copy
apply, build
UpdateContainerInstancesStateResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setContainerInstances(java.util.Collection)
or #withContainerInstances(java.util.Collection)
if you want to override the existing values.
containerInstances
- The list of container instances.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailures(java.util.Collection)
or #withFailures(java.util.Collection)
if you want to
override the existing values.
failures
- Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.