Interface DeleteSchemaVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteSchemaVersionRequest.Builder,DeleteSchemaVersionRequest>,SchemasRequest.Builder,SdkBuilder<DeleteSchemaVersionRequest.Builder,DeleteSchemaVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteSchemaVersionRequest
public static interface DeleteSchemaVersionRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<DeleteSchemaVersionRequest.Builder,DeleteSchemaVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSchemaVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSchemaVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSchemaVersionRequest.BuilderregistryName(String registryName)The name of the registry.DeleteSchemaVersionRequest.BuilderschemaName(String schemaName)The name of the schema.DeleteSchemaVersionRequest.BuilderschemaVersion(String schemaVersion)The version number of the schema-
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
-
registryName
DeleteSchemaVersionRequest.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.
-
schemaName
DeleteSchemaVersionRequest.Builder schemaName(String schemaName)
The name of the schema.
- Parameters:
schemaName- The name of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersion
DeleteSchemaVersionRequest.Builder schemaVersion(String schemaVersion)
The version number of the schema- Parameters:
schemaVersion- The version number of the schema- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteSchemaVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteSchemaVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-