Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateCustomerGatewayRequest.Builder
Packages that use CreateCustomerGatewayRequest.Builder
Package
Description
-
Uses of CreateCustomerGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateCustomerGatewayRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest) Provides information to Amazon Web Services about your customer gateway device.default CreateCustomerGatewayResponseEc2Client.createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest) Provides information to Amazon Web Services about your customer gateway device. -
Uses of CreateCustomerGatewayRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateCustomerGatewayRequest.BuilderModifier and TypeMethodDescriptionFor customer gateway devices that support BGP, specify the device's ASN.CreateCustomerGatewayRequest.Builder.bgpAsnExtended(Long bgpAsnExtended) For customer gateway devices that support BGP, specify the device's ASN.CreateCustomerGatewayRequest.builder()CreateCustomerGatewayRequest.Builder.certificateArn(String certificateArn) The Amazon Resource Name (ARN) for the customer gateway certificate.CreateCustomerGatewayRequest.Builder.deviceName(String deviceName) A name for the customer gateway device.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The IP address for the customer gateway device's outside interface.CreateCustomerGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateCustomerGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) This member has been deprecated. The Internet-routable IP address for the customer gateway's outside interface.CreateCustomerGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the customer gateway.CreateCustomerGatewayRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the customer gateway.CreateCustomerGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the customer gateway.CreateCustomerGatewayRequest.toBuilder()The type of VPN connection that this customer gateway supports (ipsec.1).CreateCustomerGatewayRequest.Builder.type(GatewayType type) The type of VPN connection that this customer gateway supports (ipsec.1).Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateCustomerGatewayRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateCustomerGatewayRequest.Builder>CreateCustomerGatewayRequest.serializableBuilderClass()