Interface DescribeSchemaRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeSchemaRequest.Builder,,- DescribeSchemaRequest> - SchemasRequest.Builder,- SdkBuilder<DescribeSchemaRequest.Builder,,- DescribeSchemaRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DescribeSchemaRequest
@Mutable
@NotThreadSafe
public static interface DescribeSchemaRequest.Builder
extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<DescribeSchemaRequest.Builder,DescribeSchemaRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.registryName(String registryName) The name of the registry.schemaName(String schemaName) The name of the schema.schemaVersion(String schemaVersion) Specifying this limits the results to only this schema version.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.schemas.model.SchemasRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
registryNameThe 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.
 
- 
schemaNameThe 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.
 
- 
schemaVersionSpecifying this limits the results to only this schema version. - Parameters:
- schemaVersion- Specifying this limits the results to only this schema version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDescribeSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-