| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Whether to assign an IPV6 address to a network interface that is created in this subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.availabilityZone(String availabilityZone)
The Availability Zone for the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.availabilityZoneId(String availabilityZoneId)
The identifier of the Availability Zone for the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.availableIpAddressCount(Integer availableIpAddressCount)
The number of available IPV4 addresses in the subnet.
|
static AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.builder() |
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.cidrBlock(String cidrBlock)
The IPV4 CIDR block that is assigned to the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.defaultForAz(Boolean defaultForAz)
Whether this subnet is the default subnet for the Availability Zone.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.ipv6CidrBlockAssociationSet(Collection<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
The IPV6 CIDR blocks that are associated with the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.ipv6CidrBlockAssociationSet(Consumer<Ipv6CidrBlockAssociation.Builder>... ipv6CidrBlockAssociationSet)
The IPV6 CIDR blocks that are associated with the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.ipv6CidrBlockAssociationSet(Ipv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
The IPV6 CIDR blocks that are associated with the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Whether instances in this subnet receive a public IP address.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.ownerId(String ownerId)
The identifier of the Amazon Web Services account that owns the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.state(String state)
The current state of the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.subnetArn(String subnetArn)
The ARN of the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.subnetId(String subnetId)
The identifier of the subnet.
|
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.toBuilder() |
AwsEc2SubnetDetails.Builder |
AwsEc2SubnetDetails.Builder.vpcId(String vpcId)
The identifier of the VPC that contains the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEc2SubnetDetails.Builder> |
AwsEc2SubnetDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsEc2Subnet(Consumer<AwsEc2SubnetDetails.Builder> awsEc2Subnet)
Details about a subnet in Amazon EC2.
|
Copyright © 2023. All rights reserved.