Interface DescribeSchemasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSchemasResponse.Builder,DescribeSchemasResponse>,DatabaseMigrationResponse.Builder,SdkBuilder<DescribeSchemasResponse.Builder,DescribeSchemasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeSchemasResponse
@Mutable @NotThreadSafe public static interface DescribeSchemasResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeSchemasResponse.Builder,DescribeSchemasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeSchemasResponse.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeSchemasResponse.Builderschemas(String... schemas)The described schema.DescribeSchemasResponse.Builderschemas(Collection<String> schemas)The described schema.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
marker
DescribeSchemasResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Parameters:
marker- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemas
DescribeSchemasResponse.Builder schemas(Collection<String> schemas)
The described schema.
- Parameters:
schemas- The described schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemas
DescribeSchemasResponse.Builder schemas(String... schemas)
The described schema.
- Parameters:
schemas- The described schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-