Interface UpdateApiKeyRequest.Builder
- All Superinterfaces:
 ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApiKeyRequest.Builder,,UpdateApiKeyRequest> SdkBuilder<UpdateApiKeyRequest.Builder,,UpdateApiKeyRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateApiKeyRequest
public static interface UpdateApiKeyRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateApiKeyRequest.Builder,UpdateApiKeyRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the ApiKey resource to be updated.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.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, sdkFields 
- 
Method Details
- 
apiKey
The identifier of the ApiKey resource to be updated.
- Parameters:
 apiKey- The identifier of the ApiKey resource to be updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
patchOperations
For more information about supported patch operations, see Patch Operations.
- Parameters:
 patchOperations- For more information about supported patch operations, see Patch Operations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
patchOperations
For more information about supported patch operations, see Patch Operations.
- Parameters:
 patchOperations- For more information about supported patch operations, see Patch Operations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
patchOperations
For more information about supported patch operations, see Patch Operations.
This is a convenience method that creates an instance of thePatchOperation.Builderavoiding the need to create one manually viaPatchOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topatchOperations(List<PatchOperation>).- Parameters:
 patchOperations- a consumer that will call methods onPatchOperation.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
UpdateApiKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateApiKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -