Interface CreateCustomerGatewayRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateCustomerGatewayRequest.Builder,
,CreateCustomerGatewayRequest> Ec2Request.Builder
,SdkBuilder<CreateCustomerGatewayRequest.Builder,
,CreateCustomerGatewayRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateCustomerGatewayRequest
-
Method Summary
Modifier and TypeMethodDescriptionFor customer gateway devices that support BGP, specify the device's ASN.bgpAsnExtended
(Long bgpAsnExtended) For customer gateway devices that support BGP, specify the device's ASN.certificateArn
(String certificateArn) The Amazon Resource Name (ARN) for the customer gateway certificate.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.IPv4 address for the customer gateway device's outside interface.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.This member has been deprecated. The Internet-routable IP address for the customer gateway's outside interface.tagSpecifications
(Collection<TagSpecification> tagSpecifications) The tags to apply to the customer gateway.tagSpecifications
(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the customer gateway.tagSpecifications
(TagSpecification... tagSpecifications) The tags to apply to the customer gateway.The type of VPN connection that this customer gateway supports (ipsec.1
).type
(GatewayType type) The type of VPN connection that this customer gateway supports (ipsec.1
).Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
bgpAsn
For customer gateway devices that support BGP, specify the device's ASN. You must specify either
BgpAsn
orBgpAsnExtended
when creating the customer gateway. If the ASN is larger than2,147,483,647
, you must useBgpAsnExtended
.Default: 65000
Valid values:
1
to2,147,483,647
- Parameters:
bgpAsn
- For customer gateway devices that support BGP, specify the device's ASN. You must specify eitherBgpAsn
orBgpAsnExtended
when creating the customer gateway. If the ASN is larger than2,147,483,647
, you must useBgpAsnExtended
.Default: 65000
Valid values:
1
to2,147,483,647
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicIp
This member has been deprecated. The Internet-routable IP address for the customer gateway's outside interface. The address must be static.
- Parameters:
publicIp
- This member has been deprecated. The Internet-routable IP address for the customer gateway's outside interface. The address must be static.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateArn
The Amazon Resource Name (ARN) for the customer gateway certificate.
- Parameters:
certificateArn
- The Amazon Resource Name (ARN) for the customer gateway certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of VPN connection that this customer gateway supports (
ipsec.1
).- Parameters:
type
- The type of VPN connection that this customer gateway supports (ipsec.1
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of VPN connection that this customer gateway supports (
ipsec.1
).- Parameters:
type
- The type of VPN connection that this customer gateway supports (ipsec.1
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tagSpecifications
CreateCustomerGatewayRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the customer gateway.
- Parameters:
tagSpecifications
- The tags to apply to the customer gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
The tags to apply to the customer gateway.
- Parameters:
tagSpecifications
- The tags to apply to the customer gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateCustomerGatewayRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the customer gateway.
This is a convenience method that creates an instance of theTagSpecification.Builder
avoiding the need to create one manually viaTagSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagSpecifications(List<TagSpecification>)
.- Parameters:
tagSpecifications
- a consumer that will call methods onTagSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceName
A name for the customer gateway device.
Length Constraints: Up to 255 characters.
- Parameters:
deviceName
- A name for the customer gateway device.Length Constraints: Up to 255 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
IPv4 address for the customer gateway device's outside interface. The address must be static. If
OutsideIpAddressType
in your VPN connection options is set toPrivateIpv4
, you can use an RFC6598 or RFC1918 private IPv4 address. IfOutsideIpAddressType
is set toPublicIpv4
, you can use a public IPv4 address.- Parameters:
ipAddress
- IPv4 address for the customer gateway device's outside interface. The address must be static. IfOutsideIpAddressType
in your VPN connection options is set toPrivateIpv4
, you can use an RFC6598 or RFC1918 private IPv4 address. IfOutsideIpAddressType
is set toPublicIpv4
, you can use a public IPv4 address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpAsnExtended
For customer gateway devices that support BGP, specify the device's ASN. You must specify either
BgpAsn
orBgpAsnExtended
when creating the customer gateway. If the ASN is larger than2,147,483,647
, you must useBgpAsnExtended
.Valid values:
2,147,483,648
to4,294,967,295
- Parameters:
bgpAsnExtended
- For customer gateway devices that support BGP, specify the device's ASN. You must specify eitherBgpAsn
orBgpAsnExtended
when creating the customer gateway. If the ASN is larger than2,147,483,647
, you must useBgpAsnExtended
.Valid values:
2,147,483,648
to4,294,967,295
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCustomerGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateCustomerGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-