Uses of Interface
software.amazon.awssdk.services.appsync.model.ApiKey.Builder
-
Packages that use ApiKey.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of ApiKey.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ApiKey.Builder Modifier and Type Method Description static ApiKey.BuilderApiKey. builder()ApiKey.BuilderApiKey.Builder. deletes(Long deletes)The time after which the API key is deleted.ApiKey.BuilderApiKey.Builder. description(String description)A description of the purpose of the API key.ApiKey.BuilderApiKey.Builder. expires(Long expires)The time after which the API key expires.ApiKey.BuilderApiKey.Builder. id(String id)The API key ID.ApiKey.BuilderApiKey. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ApiKey.Builder Modifier and Type Method Description static Class<? extends ApiKey.Builder>ApiKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type ApiKey.Builder Modifier and Type Method Description default CreateApiKeyResponse.BuilderCreateApiKeyResponse.Builder. apiKey(Consumer<ApiKey.Builder> apiKey)The API key.default UpdateApiKeyResponse.BuilderUpdateApiKeyResponse.Builder. apiKey(Consumer<ApiKey.Builder> apiKey)The API key.
-