| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.Builder.attachmentId(String attachmentId)
The identifier of the network interface attachment
|
AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.Builder.attachTime(String attachTime)
Indicates when the attachment initiated.
|
static AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.builder() |
AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.Builder.deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
|
AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.Builder.deviceIndex(Integer deviceIndex)
The device index of the network interface attachment on the instance.
|
AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.Builder.instanceId(String instanceId)
The ID of the instance.
|
AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.Builder.instanceOwnerId(String instanceOwnerId)
The Amazon Web Services account ID of the owner of the instance.
|
AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.Builder.status(String status)
The attachment state.
|
AwsEc2NetworkInterfaceAttachment.Builder |
AwsEc2NetworkInterfaceAttachment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEc2NetworkInterfaceAttachment.Builder> |
AwsEc2NetworkInterfaceAttachment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsEc2NetworkInterfaceDetails.Builder |
AwsEc2NetworkInterfaceDetails.Builder.attachment(Consumer<AwsEc2NetworkInterfaceAttachment.Builder> attachment)
The network interface attachment.
|
Copyright © 2023. All rights reserved.