public static interface SubmitAttachmentStateChangesRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<SubmitAttachmentStateChangesRequest.Builder,SubmitAttachmentStateChangesRequest>
| Modifier and Type | Method and Description |
|---|---|
SubmitAttachmentStateChangesRequest.Builder |
attachments(AttachmentStateChange... attachments)
Any attachments associated with the state change request.
|
SubmitAttachmentStateChangesRequest.Builder |
attachments(Collection<AttachmentStateChange> attachments)
Any attachments associated with the state change request.
|
SubmitAttachmentStateChangesRequest.Builder |
attachments(Consumer<AttachmentStateChange.Builder>... attachments)
Any attachments associated with the state change request.
|
SubmitAttachmentStateChangesRequest.Builder |
cluster(String cluster)
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
|
SubmitAttachmentStateChangesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SubmitAttachmentStateChangesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSubmitAttachmentStateChangesRequest.Builder cluster(String cluster)
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
cluster - The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.SubmitAttachmentStateChangesRequest.Builder attachments(Collection<AttachmentStateChange> attachments)
Any attachments associated with the state change request.
attachments - Any attachments associated with the state change request.SubmitAttachmentStateChangesRequest.Builder attachments(AttachmentStateChange... attachments)
Any attachments associated with the state change request.
attachments - Any attachments associated with the state change request.SubmitAttachmentStateChangesRequest.Builder attachments(Consumer<AttachmentStateChange.Builder>... attachments)
Any attachments associated with the state change request.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #attachments(List) .attachments - a consumer that will call methods on List.Builder #attachments(List) SubmitAttachmentStateChangesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSubmitAttachmentStateChangesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.