Interface UpdateSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>,SchemasRequest.Builder,SdkBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSchemaRequest
public static interface UpdateSchemaRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSchemaRequest.BuilderclientTokenId(String clientTokenId)The ID of the client token.UpdateSchemaRequest.Buildercontent(String content)The source of the schema definition.UpdateSchemaRequest.Builderdescription(String description)The description of the schema.UpdateSchemaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSchemaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSchemaRequest.BuilderregistryName(String registryName)The name of the registry.UpdateSchemaRequest.BuilderschemaName(String schemaName)The name of the schema.UpdateSchemaRequest.Buildertype(String type)The schema type for the events schema.UpdateSchemaRequest.Buildertype(Type type)The schema type for the events 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
-
clientTokenId
UpdateSchemaRequest.Builder clientTokenId(String clientTokenId)
The ID of the client token.
- Parameters:
clientTokenId- The ID of the client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
UpdateSchemaRequest.Builder content(String content)
The 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.
-
description
UpdateSchemaRequest.Builder description(String description)
The description of the schema.
- Parameters:
description- The description of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryName
UpdateSchemaRequest.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
UpdateSchemaRequest.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.
-
type
UpdateSchemaRequest.Builder type(String type)
The schema type for the events schema.
-
type
UpdateSchemaRequest.Builder type(Type type)
The schema type for the events schema.
-
overrideConfiguration
UpdateSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-