Interface GetApiKeysRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>,SdkBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetApiKeysRequest
public static interface GetApiKeysRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetApiKeysRequest.BuildercustomerId(String customerId)The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.GetApiKeysRequest.BuilderincludeValues(Boolean includeValues)A boolean flag to specify whether (true) or not (false) the result contains key values.GetApiKeysRequest.Builderlimit(Integer limit)The maximum number of returned results per page.GetApiKeysRequest.BuildernameQuery(String nameQuery)The name of queried API keys.GetApiKeysRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetApiKeysRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetApiKeysRequest.Builderposition(String position)The current pagination position in the paged result set.-
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
-
position
GetApiKeysRequest.Builder position(String position)
The current pagination position in the paged result set.
- Parameters:
position- The current pagination position in the paged result set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
GetApiKeysRequest.Builder limit(Integer limit)
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
- Parameters:
limit- The maximum number of returned results per page. The default value is 25 and the maximum value is 500.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameQuery
GetApiKeysRequest.Builder nameQuery(String nameQuery)
The name of queried API keys.
- Parameters:
nameQuery- The name of queried API keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerId
GetApiKeysRequest.Builder customerId(String customerId)
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
- Parameters:
customerId- The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeValues
GetApiKeysRequest.Builder includeValues(Boolean includeValues)
A boolean flag to specify whether (
true) or not (false) the result contains key values.- Parameters:
includeValues- A boolean flag to specify whether (true) or not (false) the result contains key values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetApiKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetApiKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-