Interface ExportSchemaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ExportSchemaResponse.Builder,ExportSchemaResponse>,SchemasResponse.Builder,SdkBuilder<ExportSchemaResponse.Builder,ExportSchemaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ExportSchemaResponse
public static interface ExportSchemaResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<ExportSchemaResponse.Builder,ExportSchemaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportSchemaResponse.Buildercontent(String content)Sets the value of the Content property for this object.ExportSchemaResponse.BuilderschemaArn(String schemaArn)Sets the value of the SchemaArn property for this object.ExportSchemaResponse.BuilderschemaName(String schemaName)Sets the value of the SchemaName property for this object.ExportSchemaResponse.BuilderschemaVersion(String schemaVersion)Sets the value of the SchemaVersion property for this object.ExportSchemaResponse.Buildertype(String type)Sets the value of the Type property for this object.-
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
-
content
ExportSchemaResponse.Builder content(String content)
Sets the value of the Content property for this object.- Parameters:
content- The new value for the Content property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaArn
ExportSchemaResponse.Builder schemaArn(String schemaArn)
Sets the value of the SchemaArn property for this object.- Parameters:
schemaArn- The new value for the SchemaArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
ExportSchemaResponse.Builder schemaName(String schemaName)
Sets the value of the SchemaName property for this object.- Parameters:
schemaName- The new value for the SchemaName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersion
ExportSchemaResponse.Builder schemaVersion(String schemaVersion)
Sets the value of the SchemaVersion property for this object.- Parameters:
schemaVersion- The new value for the SchemaVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ExportSchemaResponse.Builder type(String type)
Sets the value of the Type property for this object.- Parameters:
type- The new value for the Type property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-