Interface DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder,,DescribeFleetAdvisorSchemaObjectSummaryRequest> DatabaseMigrationRequest.Builder,SdkBuilder<DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder,,DescribeFleetAdvisorSchemaObjectSummaryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeFleetAdvisorSchemaObjectSummaryRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<Filter> filters) If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:filters(Consumer<Filter.Builder>... filters) If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:maxRecords(Integer maxRecords) Sets the maximum number of records returned in the response.IfNextTokenis returned by a previous response, there are more results available.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
filters
If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:
-
schema-id– The ID of the schema, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d.
Example:
describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"- Parameters:
filters- If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:-
schema-id– The ID of the schema, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d.
Example:
describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:
-
schema-id– The ID of the schema, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d.
Example:
describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"- Parameters:
filters- If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:-
schema-id– The ID of the schema, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d.
Example:
describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:
-
schema-id– The ID of the schema, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d.
Example:
This is a convenience method that creates an instance of thedescribe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"Filter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<Filter>).- Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
maxRecords
Sets the maximum number of records returned in the response.
- Parameters:
maxRecords- Sets the maximum number of records returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If
NextTokenis returned by a previous response, there are more results available. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.- Parameters:
nextToken- IfNextTokenis returned by a previous response, there are more results available. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-