public static interface DeleteRegistryRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeleteRegistryRequest.Builder,DeleteRegistryRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRegistryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRegistryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default DeleteRegistryRequest.Builder |
registryId(Consumer<RegistryId.Builder> registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
DeleteRegistryRequest.Builder |
registryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRegistryRequest.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 DeleteRegistryRequest.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)DeleteRegistryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRegistryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.