public static interface DescribeFleetAdvisorSchemasRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetAdvisorSchemasRequest.Builder,DescribeFleetAdvisorSchemasRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorSchemasRequest.Builder |
filters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those schemas that meet
the filter criteria:
|
DescribeFleetAdvisorSchemasRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
If you specify any of the following filters, the output includes information for only those schemas that meet
the filter criteria:
|
DescribeFleetAdvisorSchemasRequest.Builder |
filters(Filter... filters)
If you specify any of the following filters, the output includes information for only those schemas that meet
the filter criteria:
|
DescribeFleetAdvisorSchemasRequest.Builder |
maxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
|
DescribeFleetAdvisorSchemasRequest.Builder |
nextToken(String nextToken)
If
NextToken is returned by a previous response, there are more results available. |
DescribeFleetAdvisorSchemasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFleetAdvisorSchemasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetAdvisorSchemasRequest.Builder filters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:
complexity – The schema's complexity, for example Simple.
database-id – The ID of the schema's database.
database-ip-address – The IP address of the schema's database.
database-name – The name of the schema's database.
database-engine – The name of the schema database's engine.
original-schema-name – The name of the schema's database's main schema.
schema-id – The ID of the schema, for example 15.
schema-name – The name of the schema.
server-ip-address – The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
filters - If you specify any of the following filters, the output includes information for only those schemas
that meet the filter criteria:
complexity – The schema's complexity, for example Simple.
database-id – The ID of the schema's database.
database-ip-address – The IP address of the schema's database.
database-name – The name of the schema's database.
database-engine – The name of the schema database's engine.
original-schema-name – The name of the schema's database's main schema.
schema-id – The ID of the schema, for example 15.
schema-name – The name of the schema.
server-ip-address – The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
DescribeFleetAdvisorSchemasRequest.Builder filters(Filter... filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:
complexity – The schema's complexity, for example Simple.
database-id – The ID of the schema's database.
database-ip-address – The IP address of the schema's database.
database-name – The name of the schema's database.
database-engine – The name of the schema database's engine.
original-schema-name – The name of the schema's database's main schema.
schema-id – The ID of the schema, for example 15.
schema-name – The name of the schema.
server-ip-address – The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
filters - If you specify any of the following filters, the output includes information for only those schemas
that meet the filter criteria:
complexity – The schema's complexity, for example Simple.
database-id – The ID of the schema's database.
database-ip-address – The IP address of the schema's database.
database-name – The name of the schema's database.
database-engine – The name of the schema database's engine.
original-schema-name – The name of the schema's database's main schema.
schema-id – The ID of the schema, for example 15.
schema-name – The name of the schema.
server-ip-address – The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
DescribeFleetAdvisorSchemasRequest.Builder filters(Consumer<Filter.Builder>... filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:
complexity – The schema's complexity, for example Simple.
database-id – The ID of the schema's database.
database-ip-address – The IP address of the schema's database.
database-name – The name of the schema's database.
database-engine – The name of the schema database's engine.
original-schema-name – The name of the schema's database's main schema.
schema-id – The ID of the schema, for example 15.
schema-name – The name of the schema.
server-ip-address – The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
Filter.Builder avoiding the need to create
one manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) DescribeFleetAdvisorSchemasRequest.Builder maxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
maxRecords - Sets the maximum number of records returned in the response.DescribeFleetAdvisorSchemasRequest.Builder nextToken(String nextToken)
If NextToken is returned by a previous response, there are more results available. The value of
NextToken is 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.
nextToken - If NextToken is returned by a previous response, there are more results available. The
value of NextToken is 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.DescribeFleetAdvisorSchemasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFleetAdvisorSchemasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.