public static interface CreateApiKeyRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateApiKeyRequest.Builder,CreateApiKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApiKeyRequest.Builder |
apiId(String apiId)
The ID for your GraphQL API.
|
CreateApiKeyRequest.Builder |
description(String description)
A description of the purpose of the API key.
|
CreateApiKeyRequest.Builder |
expires(Long expires)
The time from creation time after which the API key expires.
|
CreateApiKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApiKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApiKeyRequest.Builder apiId(String apiId)
The ID for your GraphQL API.
apiId - The ID for your GraphQL API.CreateApiKeyRequest.Builder description(String description)
A description of the purpose of the API key.
description - A description of the purpose of the API key.CreateApiKeyRequest.Builder expires(Long expires)
The time from creation time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .
expires - The time from creation time after which the API key expires. The date is represented as seconds since
the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from
creation time. For more information, see .CreateApiKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateApiKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.