Interface GetIntegrationResponseRequest.Builder
-
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetIntegrationResponseRequest.Builder,GetIntegrationResponseRequest>,SdkBuilder<GetIntegrationResponseRequest.Builder,GetIntegrationResponseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIntegrationResponseRequest
public static interface GetIntegrationResponseRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<GetIntegrationResponseRequest.Builder,GetIntegrationResponseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIntegrationResponseRequest.BuilderapiId(String apiId)The API identifier.GetIntegrationResponseRequest.BuilderintegrationId(String integrationId)The integration ID.GetIntegrationResponseRequest.BuilderintegrationResponseId(String integrationResponseId)The integration response ID.GetIntegrationResponseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationResponseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Request.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
apiId
GetIntegrationResponseRequest.Builder apiId(String apiId)
The API identifier.
- Parameters:
apiId- The API identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationId
GetIntegrationResponseRequest.Builder integrationId(String integrationId)
The integration ID.
- Parameters:
integrationId- The integration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationResponseId
GetIntegrationResponseRequest.Builder integrationResponseId(String integrationResponseId)
The integration response ID.
- Parameters:
integrationResponseId- The integration response ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIntegrationResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIntegrationResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-