Uses of Interface
software.amazon.awssdk.services.globalaccelerator.model.Attachment.Builder
-
Packages that use Attachment.Builder Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of Attachment.Builder in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return Attachment.Builder Modifier and Type Method Description Attachment.BuilderAttachment.Builder. attachmentArn(String attachmentArn)The Amazon Resource Name (ARN) of the cross-account attachment.static Attachment.BuilderAttachment. builder()Attachment.BuilderAttachment.Builder. createdTime(Instant createdTime)The date and time that the cross-account attachment was created.Attachment.BuilderAttachment.Builder. lastModifiedTime(Instant lastModifiedTime)The date and time that the cross-account attachment was last modified.Attachment.BuilderAttachment.Builder. name(String name)The name of the cross-account attachment.Attachment.BuilderAttachment.Builder. principals(String... principals)The principals included in the cross-account attachment.Attachment.BuilderAttachment.Builder. principals(Collection<String> principals)The principals included in the cross-account attachment.Attachment.BuilderAttachment.Builder. resources(Collection<Resource> resources)The resources included in the cross-account attachment.Attachment.BuilderAttachment.Builder. resources(Consumer<Resource.Builder>... resources)The resources included in the cross-account attachment.Attachment.BuilderAttachment.Builder. resources(Resource... resources)The resources included in the cross-account attachment.Attachment.BuilderAttachment. toBuilder()Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type Attachment.Builder Modifier and Type Method Description static Class<? extends Attachment.Builder>Attachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type Attachment.Builder Modifier and Type Method Description default CreateCrossAccountAttachmentResponse.BuilderCreateCrossAccountAttachmentResponse.Builder. crossAccountAttachment(Consumer<Attachment.Builder> crossAccountAttachment)Information about the cross-account attachment.default DescribeCrossAccountAttachmentResponse.BuilderDescribeCrossAccountAttachmentResponse.Builder. crossAccountAttachment(Consumer<Attachment.Builder> crossAccountAttachment)Information about the cross-account attachment.default UpdateCrossAccountAttachmentResponse.BuilderUpdateCrossAccountAttachmentResponse.Builder. crossAccountAttachment(Consumer<Attachment.Builder> crossAccountAttachment)Information about the updated cross-account attachment.
-