Interface GetApisRequest.Builder
-
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetApisRequest.Builder,GetApisRequest>,SdkBuilder<GetApisRequest.Builder,GetApisRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetApisRequest
public static interface GetApisRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<GetApisRequest.Builder,GetApisRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetApisRequest.BuildermaxResults(String maxResults)The maximum number of elements to be returned for this resource.GetApisRequest.BuildernextToken(String nextToken)The next page of elements from this collection.GetApisRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetApisRequest.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
-
maxResults
GetApisRequest.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
GetApisRequest.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
GetApisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetApisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-