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)
The time from update time after which the API key expires.
|
UpdateApiKeyRequest.Builder |
id(String id)
The API key ID.
|
UpdateApiKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateApiKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateApiKeyRequest.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)
The time from update time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .
expires
- The time from update 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateApiKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.