Interface GetVpcLinkRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetVpcLinkRequest.Builder,,GetVpcLinkRequest> SdkBuilder<GetVpcLinkRequest.Builder,,GetVpcLinkRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetVpcLinkRequest
@Mutable
@NotThreadSafe
public static interface GetVpcLinkRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetVpcLinkRequest.Builder,GetVpcLinkRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The identifier of the VpcLink.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcLinkId
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
- Parameters:
vpcLinkId- The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetVpcLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetVpcLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-