| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.allocationId(String allocationId)
The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use
with Amazon VPC.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.associationId(String associationId)
The identifier that represents the association of the Elastic IP address with an EC2 instance.
|
static AwsEc2EipDetails.Builder |
AwsEc2EipDetails.builder() |
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.domain(String domain)
The domain in which to allocate the address.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.instanceId(String instanceId)
The identifier of the EC2 instance.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.networkBorderGroup(String networkBorderGroup)
The name of the location from which the Elastic IP address is advertised.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.networkInterfaceId(String networkInterfaceId)
The identifier of the network interface.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.networkInterfaceOwnerId(String networkInterfaceOwnerId)
The Amazon Web Services account ID of the owner of the network interface.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.privateIpAddress(String privateIpAddress)
The private IP address that is associated with the Elastic IP address.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.publicIp(String publicIp)
A public IP address that is associated with the EC2 instance.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.Builder.publicIpv4Pool(String publicIpv4Pool)
The identifier of an IP address pool.
|
AwsEc2EipDetails.Builder |
AwsEc2EipDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEc2EipDetails.Builder> |
AwsEc2EipDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsEc2Eip(Consumer<AwsEc2EipDetails.Builder> awsEc2Eip)
Details about an Elastic IP address.
|
Copyright © 2023. All rights reserved.