| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
Attachment.Builder.attachmentId(String attachmentId)
The ID of the attachment.
|
Attachment.Builder |
Attachment.Builder.attachmentPolicyRuleNumber(Integer attachmentPolicyRuleNumber)
The policy rule number associated with the attachment.
|
Attachment.Builder |
Attachment.Builder.attachmentType(AttachmentType attachmentType)
The type of attachment.
|
Attachment.Builder |
Attachment.Builder.attachmentType(String attachmentType)
The type of attachment.
|
static Attachment.Builder |
Attachment.builder() |
Attachment.Builder |
Attachment.Builder.coreNetworkArn(String coreNetworkArn)
The ARN of a core network.
|
Attachment.Builder |
Attachment.Builder.coreNetworkId(String coreNetworkId)
The ID of a core network.
|
Attachment.Builder |
Attachment.Builder.createdAt(Instant createdAt)
The timestamp when the attachment was created.
|
Attachment.Builder |
Attachment.Builder.edgeLocation(String edgeLocation)
The Region where the edge is located.
|
Attachment.Builder |
Attachment.Builder.ownerAccountId(String ownerAccountId)
The ID of the attachment account owner.
|
default Attachment.Builder |
Attachment.Builder.proposedSegmentChange(Consumer<ProposedSegmentChange.Builder> proposedSegmentChange)
The attachment to move from one segment to another.
|
Attachment.Builder |
Attachment.Builder.proposedSegmentChange(ProposedSegmentChange proposedSegmentChange)
The attachment to move from one segment to another.
|
Attachment.Builder |
Attachment.Builder.resourceArn(String resourceArn)
The attachment resource ARN.
|
Attachment.Builder |
Attachment.Builder.segmentName(String segmentName)
The name of the segment attachment.
|
Attachment.Builder |
Attachment.Builder.state(AttachmentState state)
The state of the attachment.
|
Attachment.Builder |
Attachment.Builder.state(String state)
The state of the attachment.
|
Attachment.Builder |
Attachment.Builder.tags(Collection<Tag> tags)
The tags associated with the attachment.
|
Attachment.Builder |
Attachment.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the attachment.
|
Attachment.Builder |
Attachment.Builder.tags(Tag... tags)
The tags associated with the attachment.
|
Attachment.Builder |
Attachment.toBuilder() |
Attachment.Builder |
Attachment.Builder.updatedAt(Instant updatedAt)
The timestamp when the attachment was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Attachment.Builder> |
Attachment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SiteToSiteVpnAttachment.Builder |
SiteToSiteVpnAttachment.Builder.attachment(Consumer<Attachment.Builder> attachment)
Provides details about a site-to-site VPN attachment.
|
default AcceptAttachmentResponse.Builder |
AcceptAttachmentResponse.Builder.attachment(Consumer<Attachment.Builder> attachment)
The response to the attachment request.
|
default VpcAttachment.Builder |
VpcAttachment.Builder.attachment(Consumer<Attachment.Builder> attachment)
Provides details about the VPC attachment.
|
default ConnectAttachment.Builder |
ConnectAttachment.Builder.attachment(Consumer<Attachment.Builder> attachment)
The attachment details.
|
default RejectAttachmentResponse.Builder |
RejectAttachmentResponse.Builder.attachment(Consumer<Attachment.Builder> attachment)
Describes the rejected attachment request.
|
default TransitGatewayRouteTableAttachment.Builder |
TransitGatewayRouteTableAttachment.Builder.attachment(Consumer<Attachment.Builder> attachment)
Sets the value of the Attachment property for this object.
|
default DeleteAttachmentResponse.Builder |
DeleteAttachmentResponse.Builder.attachment(Consumer<Attachment.Builder> attachment)
Information about the deleted attachment.
|
Copyright © 2022. All rights reserved.