Interface DescribeFleetAdvisorSchemasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFleetAdvisorSchemasRequest.Builder,DescribeFleetAdvisorSchemasRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<DescribeFleetAdvisorSchemasRequest.Builder,DescribeFleetAdvisorSchemasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFleetAdvisorSchemasRequest
public static interface DescribeFleetAdvisorSchemasRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetAdvisorSchemasRequest.Builder,DescribeFleetAdvisorSchemasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFleetAdvisorSchemasRequest.Builderfilters(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.Builderfilters(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.Builderfilters(Filter... filters)If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:DescribeFleetAdvisorSchemasRequest.BuildermaxRecords(Integer maxRecords)Sets the maximum number of records returned in the response.DescribeFleetAdvisorSchemasRequest.BuildernextToken(String nextToken)IfNextTokenis returned by a previous response, there are more results available.DescribeFleetAdvisorSchemasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFleetAdvisorSchemasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.databasemigration.model.DatabaseMigrationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filters
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:
-
complexity– The schema's complexity, for exampleSimple. -
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 example15. -
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"- Parameters:
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 exampleSimple. -
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 example15. -
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"-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
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 exampleSimple. -
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 example15. -
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"- Parameters:
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 exampleSimple. -
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 example15. -
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"-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
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 exampleSimple. -
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 example15. -
schema-name– The name of the schema. -
server-ip-address– The IP address of the schema database's server.
An example is:
This is a convenience method that creates an instance of thedescribe-fleet-advisor-schemas --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 to#filters(List.) - 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:
#filters(java.util.Collection)
-
-
maxRecords
DescribeFleetAdvisorSchemasRequest.Builder maxRecords(Integer 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
DescribeFleetAdvisorSchemasRequest.Builder nextToken(String 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
DescribeFleetAdvisorSchemasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFleetAdvisorSchemasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-