Interface UpdateRegistryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>,GlueRequest.Builder,SdkBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRegistryRequest
public static interface UpdateRegistryRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateRegistryRequest.Builderdescription(String description)A description of the registry.UpdateRegistryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRegistryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateRegistryRequest.BuilderregistryId(Consumer<RegistryId.Builder> registryId)This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).UpdateRegistryRequest.BuilderregistryId(RegistryId registryId)This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
registryId
UpdateRegistryRequest.Builder registryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
- Parameters:
registryId- This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryId
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.Builderavoiding the need to create one manually viaRegistryId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregistryId(RegistryId).- Parameters:
registryId- a consumer that will call methods onRegistryId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
registryId(RegistryId)
-
description
UpdateRegistryRequest.Builder description(String description)
A description of the registry. If description is not provided, this field will not be updated.
- Parameters:
description- A description of the registry. If description is not provided, this field will not be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRegistryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRegistryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-