public static interface UpdateContainerAgentResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<UpdateContainerAgentResponse.Builder,UpdateContainerAgentResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateContainerAgentResponse.Builder |
containerInstance(Consumer<ContainerInstance.Builder> containerInstance)
The container instance that the container agent was updated for.
|
UpdateContainerAgentResponse.Builder |
containerInstance(ContainerInstance containerInstance)
The container instance that the container agent was updated for.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContainerAgentResponse.Builder containerInstance(ContainerInstance containerInstance)
The container instance that the container agent was updated for.
containerInstance - The container instance that the container agent was updated for.default UpdateContainerAgentResponse.Builder containerInstance(Consumer<ContainerInstance.Builder> containerInstance)
The container instance that the container agent was updated for.
This is a convenience 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 containerInstance(ContainerInstance).containerInstance - a consumer that will call methods on ContainerInstance.BuildercontainerInstance(ContainerInstance)Copyright © 2021. All rights reserved.