public static interface UpdateApiKeyRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateApiKeyRequest.Builder,UpdateApiKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApiKeyRequest.Builder |
apiId(String apiId)
The ID for the GraphQL API.
|
UpdateApiKeyRequest.Builder |
description(String description)
A description of the purpose of the API key.
|
UpdateApiKeyRequest.Builder |
expires(Long expires)
From the update time, the time after which the API key expires.
|
UpdateApiKeyRequest.Builder |
id(String id)
The API key ID.
|
UpdateApiKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApiKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApiKeyRequest.Builder apiId(String apiId)
The ID for the GraphQL API.
apiId - The ID for the GraphQL API.UpdateApiKeyRequest.Builder id(String id)
The API key ID.
id - The API key ID.UpdateApiKeyRequest.Builder description(String description)
A description of the purpose of the API key.
description - A description of the purpose of the API key.UpdateApiKeyRequest.Builder expires(Long expires)
From the update time, the time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .
expires - From the update time, the time after which the API key expires. The date is represented as seconds
since the epoch. For more information, see .UpdateApiKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApiKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.