public static interface GetIntegrationResponsesRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<GetIntegrationResponsesRequest.Builder,GetIntegrationResponsesRequest>
Modifier and Type | Method and Description |
---|---|
GetIntegrationResponsesRequest.Builder |
apiId(String apiId)
The API identifier.
|
GetIntegrationResponsesRequest.Builder |
integrationId(String integrationId)
The integration ID.
|
GetIntegrationResponsesRequest.Builder |
maxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetIntegrationResponsesRequest.Builder |
nextToken(String nextToken)
The next page of elements from this collection.
|
GetIntegrationResponsesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetIntegrationResponsesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetIntegrationResponsesRequest.Builder apiId(String apiId)
The API identifier.
apiId
- The API identifier.GetIntegrationResponsesRequest.Builder integrationId(String integrationId)
The integration ID.
integrationId
- The integration ID.GetIntegrationResponsesRequest.Builder maxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.GetIntegrationResponsesRequest.Builder nextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.GetIntegrationResponsesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetIntegrationResponsesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.