Interface GetGatewayResponsesRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetGatewayResponsesRequest.Builder,GetGatewayResponsesRequest>,SdkBuilder<GetGatewayResponsesRequest.Builder,GetGatewayResponsesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGatewayResponsesRequest
public static interface GetGatewayResponsesRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetGatewayResponsesRequest.Builder,GetGatewayResponsesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGatewayResponsesRequest.Builderlimit(Integer limit)The maximum number of returned results per page.GetGatewayResponsesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGatewayResponsesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGatewayResponsesRequest.Builderposition(String position)The current pagination position in the paged result set.GetGatewayResponsesRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.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
-
restApiId
GetGatewayResponsesRequest.Builder restApiId(String 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.
-
position
GetGatewayResponsesRequest.Builder position(String position)
The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.
- Parameters:
position- The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
GetGatewayResponsesRequest.Builder limit(Integer limit)
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. The GatewayResponses collection does not support pagination and the limit does not apply here.
- Parameters:
limit- The maximum number of returned results per page. The default value is 25 and the maximum value is 500. The GatewayResponses collection does not support pagination and the limit does not apply here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGatewayResponsesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGatewayResponsesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-