Interface UpdateSchemaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>,SchemasResponse.Builder,SdkBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateSchemaResponse
public static interface UpdateSchemaResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSchemaResponse.Builderdescription(String description)The description of the schema.UpdateSchemaResponse.BuilderlastModified(Instant lastModified)The date and time that schema was modified.UpdateSchemaResponse.BuilderschemaArn(String schemaArn)The ARN of the schema.UpdateSchemaResponse.BuilderschemaName(String schemaName)The name of the schema.UpdateSchemaResponse.BuilderschemaVersion(String schemaVersion)The version number of the schemaUpdateSchemaResponse.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.UpdateSchemaResponse.Buildertype(String type)The type of the schema.UpdateSchemaResponse.BuilderversionCreatedDate(Instant versionCreatedDate)The date the schema version was created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.schemas.model.SchemasResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
description
UpdateSchemaResponse.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.
-
lastModified
UpdateSchemaResponse.Builder lastModified(Instant lastModified)
The date and time that schema was modified.
- Parameters:
lastModified- The date and time that schema was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaArn
UpdateSchemaResponse.Builder schemaArn(String schemaArn)
The ARN of the schema.
- Parameters:
schemaArn- The ARN of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
UpdateSchemaResponse.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
UpdateSchemaResponse.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.
-
tags
UpdateSchemaResponse.Builder tags(Map<String,String> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
UpdateSchemaResponse.Builder type(String type)
The type of the schema.
- Parameters:
type- The type of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionCreatedDate
UpdateSchemaResponse.Builder versionCreatedDate(Instant versionCreatedDate)
The date the schema version was created.
- Parameters:
versionCreatedDate- The date the schema version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-