Interface GetIntegrationResponsesRequest.Builder
-
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetIntegrationResponsesRequest.Builder,GetIntegrationResponsesRequest>,SdkBuilder<GetIntegrationResponsesRequest.Builder,GetIntegrationResponsesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIntegrationResponsesRequest
public static interface GetIntegrationResponsesRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<GetIntegrationResponsesRequest.Builder,GetIntegrationResponsesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIntegrationResponsesRequest.BuilderapiId(String apiId)The API identifier.GetIntegrationResponsesRequest.BuilderintegrationId(String integrationId)The integration ID.GetIntegrationResponsesRequest.BuildermaxResults(String maxResults)The maximum number of elements to be returned for this resource.GetIntegrationResponsesRequest.BuildernextToken(String nextToken)The next page of elements from this collection.GetIntegrationResponsesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationResponsesRequest.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, sdkFields
-
-
-
-
Method Detail
-
apiId
GetIntegrationResponsesRequest.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
GetIntegrationResponsesRequest.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.
-
maxResults
GetIntegrationResponsesRequest.Builder maxResults(String maxResults)
The maximum number of elements to be returned for this resource.
- Parameters:
maxResults- The maximum number of elements to be returned for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetIntegrationResponsesRequest.Builder nextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
- Parameters:
nextToken- The next page of elements from this collection. Not valid for the last element of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIntegrationResponsesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIntegrationResponsesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-