public static interface AwsEc2NetworkInterfaceAttachment.Builder extends SdkPojo, CopyableBuilder<AwsEc2NetworkInterfaceAttachment.Builder,AwsEc2NetworkInterfaceAttachment>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkInterfaceAttachment.Builder |
attachmentId(String attachmentId)
The identifier of the network interface attachment
|
AwsEc2NetworkInterfaceAttachment.Builder |
attachTime(String attachTime)
Indicates when the attachment initiated.
|
AwsEc2NetworkInterfaceAttachment.Builder |
deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
|
AwsEc2NetworkInterfaceAttachment.Builder |
deviceIndex(Integer deviceIndex)
The device index of the network interface attachment on the instance.
|
AwsEc2NetworkInterfaceAttachment.Builder |
instanceId(String instanceId)
The ID of the instance.
|
AwsEc2NetworkInterfaceAttachment.Builder |
instanceOwnerId(String instanceOwnerId)
The Amazon Web Services account ID of the owner of the instance.
|
AwsEc2NetworkInterfaceAttachment.Builder |
status(String status)
The attachment state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2NetworkInterfaceAttachment.Builder attachTime(String attachTime)
Indicates when the attachment initiated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
attachTime - Indicates when the attachment initiated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
AwsEc2NetworkInterfaceAttachment.Builder attachmentId(String attachmentId)
The identifier of the network interface attachment
attachmentId - The identifier of the network interface attachmentAwsEc2NetworkInterfaceAttachment.Builder deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
deleteOnTermination - Indicates whether the network interface is deleted when the instance is terminated.AwsEc2NetworkInterfaceAttachment.Builder deviceIndex(Integer deviceIndex)
The device index of the network interface attachment on the instance.
deviceIndex - The device index of the network interface attachment on the instance.AwsEc2NetworkInterfaceAttachment.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.AwsEc2NetworkInterfaceAttachment.Builder instanceOwnerId(String instanceOwnerId)
The Amazon Web Services account ID of the owner of the instance.
instanceOwnerId - The Amazon Web Services account ID of the owner of the instance.AwsEc2NetworkInterfaceAttachment.Builder status(String status)
The attachment state.
Valid values: attaching | attached | detaching | detached
status - The attachment state.
Valid values: attaching | attached | detaching |
detached
Copyright © 2023. All rights reserved.