Interface GetSchemaVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetSchemaVersionRequest.Builder,
,GetSchemaVersionRequest> IotManagedIntegrationsRequest.Builder
,SdkBuilder<GetSchemaVersionRequest.Builder,
,GetSchemaVersionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetSchemaVersionRequest
@Mutable
@NotThreadSafe
public static interface GetSchemaVersionRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<GetSchemaVersionRequest.Builder,GetSchemaVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe format of the schema version.format
(SchemaVersionFormat format) The format of the schema version.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.schemaVersionedId
(String schemaVersionedId) Schema id with a version specified.The type of schema version.type
(SchemaVersionType type) The type of schema version.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.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of schema version.
- Parameters:
type
- The type of schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of schema version.
- Parameters:
type
- The type of schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaVersionedId
Schema id with a version specified. If the version is missing, it defaults to latest version.
- Parameters:
schemaVersionedId
- Schema id with a version specified. If the version is missing, it defaults to latest version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the schema version.
- Parameters:
format
- The format of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the schema version.
- Parameters:
format
- The format of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetSchemaVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetSchemaVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-