public static interface UpdateRegistryRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRegistryRequest.Builder |
description(String description)
A description of the registry.
|
UpdateRegistryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRegistryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateRegistryRequest.Builder |
registryId(Consumer<RegistryId.Builder> registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
UpdateRegistryRequest.Builder |
registryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRegistryRequest.Builder registryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
registryId - This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).default UpdateRegistryRequest.Builder registryId(Consumer<RegistryId.Builder> registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
This is a convenience method that creates an instance of theRegistryId.Builder avoiding the need to
create one manually via RegistryId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to registryId(RegistryId).
registryId - a consumer that will call methods on RegistryId.BuilderregistryId(RegistryId)UpdateRegistryRequest.Builder description(String description)
A description of the registry. If description is not provided, this field will not be updated.
description - A description of the registry. If description is not provided, this field will not be updated.UpdateRegistryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRegistryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.