Uses of Interface
software.amazon.awssdk.services.ec2.model.NatGatewayAttachedAppliance.Builder
Packages that use NatGatewayAttachedAppliance.Builder
-
Uses of NatGatewayAttachedAppliance.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NatGatewayAttachedAppliance.BuilderModifier and TypeMethodDescriptionNatGatewayAttachedAppliance.Builder.applianceArn(String applianceArn) The Amazon Resource Name (ARN) of the attached appliance, identifying the specific proxy or security appliance resource.NatGatewayAttachedAppliance.Builder.attachmentState(String attachmentState) The current attachment state of the appliance.NatGatewayAttachedAppliance.Builder.attachmentState(NatGatewayApplianceState attachmentState) The current attachment state of the appliance.NatGatewayAttachedAppliance.builder()NatGatewayAttachedAppliance.Builder.failureCode(String failureCode) The failure code if the appliance attachment or modification operation failed.NatGatewayAttachedAppliance.Builder.failureMessage(String failureMessage) A descriptive message explaining the failure if the appliance attachment or modification operation failed.NatGatewayAttachedAppliance.Builder.modificationState(String modificationState) The current modification state of the appliance.NatGatewayAttachedAppliance.Builder.modificationState(NatGatewayApplianceModifyState modificationState) The current modification state of the appliance.NatGatewayAttachedAppliance.toBuilder()The type of appliance attached to the NAT Gateway.NatGatewayAttachedAppliance.Builder.type(NatGatewayApplianceType type) The type of appliance attached to the NAT Gateway.NatGatewayAttachedAppliance.Builder.vpcEndpointId(String vpcEndpointId) The VPC endpoint ID used to route traffic from application VPCs to the proxy for inspection and filtering.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NatGatewayAttachedAppliance.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NatGatewayAttachedAppliance.Builder>NatGatewayAttachedAppliance.serializableBuilderClass()