pub struct Builder { /* private fields */ }Expand description
A builder for SubmitAttachmentStateChangesInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cluster(self, input: impl Into<String>) -> Self
pub fn cluster(self, input: impl Into<String>) -> Self
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
sourcepub fn set_cluster(self, input: Option<String>) -> Self
pub fn set_cluster(self, input: Option<String>) -> Self
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
sourcepub fn attachments(self, input: AttachmentStateChange) -> Self
pub fn attachments(self, input: AttachmentStateChange) -> Self
Appends an item to attachments.
To override the contents of this collection use set_attachments.
Any attachments associated with the state change request.
sourcepub fn set_attachments(self, input: Option<Vec<AttachmentStateChange>>) -> Self
pub fn set_attachments(self, input: Option<Vec<AttachmentStateChange>>) -> Self
Any attachments associated with the state change request.
sourcepub fn build(self) -> Result<SubmitAttachmentStateChangesInput, BuildError>
pub fn build(self) -> Result<SubmitAttachmentStateChangesInput, BuildError>
Consumes the builder and constructs a SubmitAttachmentStateChangesInput.