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(String attachmentType) |
The type of attachment.
|
Attachment.Builder |
Attachment.Builder.attachmentType(AttachmentType 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(String state) |
The state of the attachment.
|
Attachment.Builder |
Attachment.Builder.state(AttachmentState 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.
|