Interface DisassociateCustomerGatewayRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateCustomerGatewayRequest.Builder,DisassociateCustomerGatewayRequest>,NetworkManagerRequest.Builder,SdkBuilder<DisassociateCustomerGatewayRequest.Builder,DisassociateCustomerGatewayRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateCustomerGatewayRequest
public static interface DisassociateCustomerGatewayRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<DisassociateCustomerGatewayRequest.Builder,DisassociateCustomerGatewayRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateCustomerGatewayRequest.BuildercustomerGatewayArn(String customerGatewayArn)The Amazon Resource Name (ARN) of the customer gateway.DisassociateCustomerGatewayRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.DisassociateCustomerGatewayRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateCustomerGatewayRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.networkmanager.model.NetworkManagerRequest.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
-
globalNetworkId
DisassociateCustomerGatewayRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
- Parameters:
globalNetworkId- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerGatewayArn
DisassociateCustomerGatewayRequest.Builder customerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
- Parameters:
customerGatewayArn- The Amazon Resource Name (ARN) of the customer gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateCustomerGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateCustomerGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-