Interface DeleteBgpPeerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteBgpPeerRequest.Builder,DeleteBgpPeerRequest>,DirectConnectRequest.Builder,SdkBuilder<DeleteBgpPeerRequest.Builder,DeleteBgpPeerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteBgpPeerRequest
public static interface DeleteBgpPeerRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DeleteBgpPeerRequest.Builder,DeleteBgpPeerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBgpPeerRequest.Builderasn(Integer asn)The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.DeleteBgpPeerRequest.BuilderbgpPeerId(String bgpPeerId)The ID of the BGP peer.DeleteBgpPeerRequest.BuildercustomerAddress(String customerAddress)The IP address assigned to the customer interface.DeleteBgpPeerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBgpPeerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteBgpPeerRequest.BuildervirtualInterfaceId(String virtualInterfaceId)The ID of the virtual interface.-
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.directconnect.model.DirectConnectRequest.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 Detail
-
virtualInterfaceId
DeleteBgpPeerRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
- Parameters:
virtualInterfaceId- The ID of the virtual interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
asn
DeleteBgpPeerRequest.Builder asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
- Parameters:
asn- The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerAddress
DeleteBgpPeerRequest.Builder customerAddress(String customerAddress)
The IP address assigned to the customer interface.
- Parameters:
customerAddress- The IP address assigned to the customer interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpPeerId
DeleteBgpPeerRequest.Builder bgpPeerId(String bgpPeerId)
The ID of the BGP peer.
- Parameters:
bgpPeerId- The ID of the BGP peer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteBgpPeerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteBgpPeerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-