Interface CreateSchemaRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateSchemaRequest.Builder,,- CreateSchemaRequest> - SchemasRequest.Builder,- SdkBuilder<CreateSchemaRequest.Builder,,- CreateSchemaRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateSchemaRequest
@Mutable
@NotThreadSafe
public static interface CreateSchemaRequest.Builder
extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<CreateSchemaRequest.Builder,CreateSchemaRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe source of the schema definition.description(String description) A description of the schema.overrideConfiguration(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.Tags associated with the schema.The type of schema.The type of schema.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- 
contentThe source of the schema definition. - Parameters:
- content- The source of the schema definition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionA description of the schema. - Parameters:
- description- A description of the schema.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
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.
 
- 
tagsTags associated with the schema. - Parameters:
- tags- Tags associated with the schema.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe type of schema. - Parameters:
- type- The type of schema.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of schema. - Parameters:
- type- The type of schema.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateSchemaRequest.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.
 
- 
overrideConfigurationCreateSchemaRequest.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.
 
 
-