public static interface DescribeFleetAdvisorDatabasesRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetAdvisorDatabasesRequest.Builder,DescribeFleetAdvisorDatabasesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorDatabasesRequest.Builder |
filters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those databases that
meet the filter criteria:
|
DescribeFleetAdvisorDatabasesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
If you specify any of the following filters, the output includes information for only those databases that
meet the filter criteria:
|
DescribeFleetAdvisorDatabasesRequest.Builder |
filters(Filter... filters)
If you specify any of the following filters, the output includes information for only those databases that
meet the filter criteria:
|
DescribeFleetAdvisorDatabasesRequest.Builder |
maxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
|
DescribeFleetAdvisorDatabasesRequest.Builder |
nextToken(String nextToken)
If
NextToken is returned by a previous response, there are more results available. |
DescribeFleetAdvisorDatabasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFleetAdvisorDatabasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetAdvisorDatabasesRequest.Builder filters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria:
database-id – The ID of the database.
database-name – The name of the database.
database-engine – The name of the database engine.
server-ip-address – The IP address of the database server.
database-ip-address – The IP address of the database.
collector-name – The name of the associated Fleet Advisor collector.
An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"
filters - If you specify any of the following filters, the output includes information for only those databases
that meet the filter criteria:
database-id – The ID of the database.
database-name – The name of the database.
database-engine – The name of the database engine.
server-ip-address – The IP address of the database server.
database-ip-address – The IP address of the database.
collector-name – The name of the associated Fleet Advisor collector.
An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"
DescribeFleetAdvisorDatabasesRequest.Builder filters(Filter... filters)
If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria:
database-id – The ID of the database.
database-name – The name of the database.
database-engine – The name of the database engine.
server-ip-address – The IP address of the database server.
database-ip-address – The IP address of the database.
collector-name – The name of the associated Fleet Advisor collector.
An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"
filters - If you specify any of the following filters, the output includes information for only those databases
that meet the filter criteria:
database-id – The ID of the database.
database-name – The name of the database.
database-engine – The name of the database engine.
server-ip-address – The IP address of the database server.
database-ip-address – The IP address of the database.
collector-name – The name of the associated Fleet Advisor collector.
An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"
DescribeFleetAdvisorDatabasesRequest.Builder filters(Consumer<Filter.Builder>... filters)
If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria:
database-id – The ID of the database.
database-name – The name of the database.
database-engine – The name of the database engine.
server-ip-address – The IP address of the database server.
database-ip-address – The IP address of the database.
collector-name – The name of the associated Fleet Advisor collector.
An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"
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) DescribeFleetAdvisorDatabasesRequest.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.DescribeFleetAdvisorDatabasesRequest.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.DescribeFleetAdvisorDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFleetAdvisorDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.