Interface GetIntegrationRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetIntegrationRequest.Builder,,GetIntegrationRequest> SdkBuilder<GetIntegrationRequest.Builder,,GetIntegrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIntegrationRequest
@Mutable
@NotThreadSafe
public static interface GetIntegrationRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetIntegrationRequest.Builder,GetIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhttpMethod(String httpMethod) Specifies a get integration request's HTTP method.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceId(String resourceId) Specifies a get integration request's resource identifierThe string identifier of the associated RestApi.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
-
restApiId
The string identifier of the associated RestApi.
- Parameters:
restApiId- The string identifier of the associated RestApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
Specifies a get integration request's resource identifier
- Parameters:
resourceId- Specifies a get integration request's resource identifier- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
Specifies a get integration request's HTTP method.
- Parameters:
httpMethod- Specifies a get integration request's HTTP method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-