Uses of Interface
software.amazon.awssdk.services.ec2.model.Ec2InstanceConnectEndpoint.Builder
Packages that use Ec2InstanceConnectEndpoint.Builder
-
Uses of Ec2InstanceConnectEndpoint.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ec2InstanceConnectEndpoint.BuilderModifier and TypeMethodDescriptionEc2InstanceConnectEndpoint.Builder.availabilityZone(String availabilityZone) The Availability Zone of the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone of the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.builder()The date and time that the EC2 Instance Connect Endpoint was created.The DNS name of the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.fipsDnsName(String fipsDnsName) The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.instanceConnectEndpointArn(String instanceConnectEndpointArn) The Amazon Resource Name (ARN) of the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.instanceConnectEndpointId(String instanceConnectEndpointId) The ID of the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.ipAddressType(String ipAddressType) The IP address type of the endpoint.Ec2InstanceConnectEndpoint.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type of the endpoint.Ec2InstanceConnectEndpoint.Builder.networkInterfaceIds(String... networkInterfaceIds) The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.networkInterfaceIds(Collection<String> networkInterfaceIds) The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2 Instance Connect Endpoint.The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.preserveClientIp(Boolean preserveClientIp) Indicates whether your client's IP address is preserved as the source when you connect to a resource.Ec2InstanceConnectEndpoint.Builder.publicDnsNames(Consumer<InstanceConnectEndpointPublicDnsNames.Builder> publicDnsNames) The public DNS names of the endpoint.Ec2InstanceConnectEndpoint.Builder.publicDnsNames(InstanceConnectEndpointPublicDnsNames publicDnsNames) The public DNS names of the endpoint.Ec2InstanceConnectEndpoint.Builder.securityGroupIds(String... securityGroupIds) The security groups associated with the endpoint.Ec2InstanceConnectEndpoint.Builder.securityGroupIds(Collection<String> securityGroupIds) The security groups associated with the endpoint.The current state of the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.state(Ec2InstanceConnectEndpointState state) The current state of the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.stateMessage(String stateMessage) The message for the current state of the EC2 Instance Connect Endpoint.The ID of the subnet in which the EC2 Instance Connect Endpoint was created.Ec2InstanceConnectEndpoint.Builder.tags(Collection<Tag> tags) The tags assigned to the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the EC2 Instance Connect Endpoint.The tags assigned to the EC2 Instance Connect Endpoint.Ec2InstanceConnectEndpoint.toBuilder()The ID of the VPC in which the EC2 Instance Connect Endpoint was created.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ec2InstanceConnectEndpoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Ec2InstanceConnectEndpoint.Builder>Ec2InstanceConnectEndpoint.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ec2InstanceConnectEndpoint.BuilderModifier and TypeMethodDescriptionCreateInstanceConnectEndpointResponse.Builder.instanceConnectEndpoint(Consumer<Ec2InstanceConnectEndpoint.Builder> instanceConnectEndpoint) Information about the EC2 Instance Connect Endpoint.DeleteInstanceConnectEndpointResponse.Builder.instanceConnectEndpoint(Consumer<Ec2InstanceConnectEndpoint.Builder> instanceConnectEndpoint) Information about the EC2 Instance Connect Endpoint.