Interface UpdateRegistryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>,SchemasRequest.Builder,SdkBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRegistryRequest
public static interface UpdateRegistryRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRegistryRequest.Builderdescription(String description)The description of the registry to update.UpdateRegistryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRegistryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRegistryRequest.BuilderregistryName(String registryName)The name of the registry.-
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.schemas.model.SchemasRequest.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
-
description
UpdateRegistryRequest.Builder description(String description)
The description of the registry to update.
- Parameters:
description- The description of the registry to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryName
UpdateRegistryRequest.Builder registryName(String registryName)
The name of the registry.
- Parameters:
registryName- The name of the registry.- 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
-
-