Interface ListSchemaVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSchemaVersionsRequest.Builder,
,ListSchemaVersionsRequest> IotManagedIntegrationsRequest.Builder
,SdkBuilder<ListSchemaVersionsRequest.Builder,
,ListSchemaVersionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSchemaVersionsRequest
@Mutable
@NotThreadSafe
public static interface ListSchemaVersionsRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<ListSchemaVersionsRequest.Builder,ListSchemaVersionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to return at one time.Filter on the name of the schema version.A token that can be used to retrieve the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filter on the id of the schema version.semanticVersion
(String semanticVersion) The schema version.Filter on the type of schema version.type
(SchemaVersionType type) Filter on the type of schema version.visibility
(String visibility) The visibility of the schema version.visibility
(SchemaVersionVisibility visibility) The visibility of the 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
Filter on the type of schema version.
- Parameters:
type
- Filter on the type of schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Filter on the type of schema version.
- Parameters:
type
- Filter on the type of schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return at one time.
- Parameters:
maxResults
- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token that can be used to retrieve the next set of results.
- Parameters:
nextToken
- A token that can be used to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaId
Filter on the id of the schema version.
- Parameters:
schemaId
- Filter on the id of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
Filter on the name of the schema version.
- Parameters:
namespace
- Filter on the name of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibility
The visibility of the schema version.
- Parameters:
visibility
- The visibility of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the schema version.
- Parameters:
visibility
- The visibility of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
semanticVersion
The schema version. If this is left blank, it defaults to the latest version.
- Parameters:
semanticVersion
- The schema version. If this is left blank, it defaults to the latest version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSchemaVersionsRequest.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
ListSchemaVersionsRequest.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.
-