Uses of Interface
software.amazon.awssdk.services.ecs.model.Attachment.Builder
-
Packages that use Attachment.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Attachment.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Attachment.Builder Modifier and Type Method Description static Attachment.BuilderAttachment. builder()Attachment.BuilderAttachment.Builder. details(Collection<KeyValuePair> details)Details of the attachment.Attachment.BuilderAttachment.Builder. details(Consumer<KeyValuePair.Builder>... details)Details of the attachment.Attachment.BuilderAttachment.Builder. details(KeyValuePair... details)Details of the attachment.Attachment.BuilderAttachment.Builder. id(String id)The unique identifier for the attachment.Attachment.BuilderAttachment.Builder. status(String status)The status of the attachment.Attachment.BuilderAttachment. toBuilder()Attachment.BuilderAttachment.Builder. type(String type)The type of the attachment, such asElasticNetworkInterface.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Attachment.Builder Modifier and Type Method Description static Class<? extends Attachment.Builder>Attachment. serializableBuilderClass()
-