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 method that creates an instance of theAttachmentStateChange.Builder avoiding the need to create
one manually via AttachmentStateChange.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #attachments(List.
attachments - a consumer that will call methods on
AttachmentStateChange.Builder#attachments(java.util.Collection) SubmitAttachmentStateChangesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSubmitAttachmentStateChangesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.