Interface GetApiKeyRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetApiKeyRequest.Builder,,GetApiKeyRequest> SdkBuilder<GetApiKeyRequest.Builder,,GetApiKeyRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetApiKeyRequest
@Mutable
@NotThreadSafe
public static interface GetApiKeyRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetApiKeyRequest.Builder,GetApiKeyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the ApiKey resource.includeValue(Boolean includeValue) A boolean flag to specify whether (true) or not (false) the result contains the key value.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
-
apiKey
The identifier of the ApiKey resource.
- Parameters:
apiKey- The identifier of the ApiKey resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeValue
A boolean flag to specify whether (
true) or not (false) the result contains the key value.- Parameters:
includeValue- A boolean flag to specify whether (true) or not (false) the result contains the key value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetApiKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetApiKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-