Interface ExportSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ExportSchemaRequest.Builder,ExportSchemaRequest>,SchemasRequest.Builder,SdkBuilder<ExportSchemaRequest.Builder,ExportSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ExportSchemaRequest
public static interface ExportSchemaRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<ExportSchemaRequest.Builder,ExportSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportSchemaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportSchemaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExportSchemaRequest.BuilderregistryName(String registryName)The name of the registry.ExportSchemaRequest.BuilderschemaName(String schemaName)The name of the schema.ExportSchemaRequest.BuilderschemaVersion(String schemaVersion)Specifying this limits the results to only this schema version.ExportSchemaRequest.Buildertype(String type)Sets the value of the Type property for this object.-
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
-
registryName
ExportSchemaRequest.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
ExportSchemaRequest.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
ExportSchemaRequest.Builder schemaVersion(String schemaVersion)
Specifying 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.
-
type
ExportSchemaRequest.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.
-
overrideConfiguration
ExportSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ExportSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-