Interface ImportApiKeysRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ImportApiKeysRequest.Builder,,ImportApiKeysRequest> SdkBuilder<ImportApiKeysRequest.Builder,,ImportApiKeysRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ImportApiKeysRequest
@Mutable
@NotThreadSafe
public static interface ImportApiKeysRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<ImportApiKeysRequest.Builder,ImportApiKeysRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe payload of the POST request to import API keys.failOnWarnings(Boolean failOnWarnings) A query parameter to indicate whether to rollback ApiKey importation (true) or not (false) when error is encountered.A query parameter to specify the input format to imported API keys.format(ApiKeysFormat format) A query parameter to specify the input format to imported API keys.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
body
The payload of the POST request to import API keys. For the payload format, see API Key File Format.
- Parameters:
body- The payload of the POST request to import API keys. For the payload format, see API Key File Format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
A query parameter to specify the input format to imported API keys. Currently, only the
csvformat is supported.- Parameters:
format- A query parameter to specify the input format to imported API keys. Currently, only thecsvformat is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
A query parameter to specify the input format to imported API keys. Currently, only the
csvformat is supported.- Parameters:
format- A query parameter to specify the input format to imported API keys. Currently, only thecsvformat is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failOnWarnings
A query parameter to indicate whether to rollback ApiKey importation (
true) or not (false) when error is encountered.- Parameters:
failOnWarnings- A query parameter to indicate whether to rollback ApiKey importation (true) or not (false) when error is encountered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ImportApiKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ImportApiKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-