Interface DescribeFleetAdvisorSchemasRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeFleetAdvisorSchemasRequest.Builder,DescribeFleetAdvisorSchemasRequest>, DatabaseMigrationRequest.Builder, SdkBuilder<DescribeFleetAdvisorSchemasRequest.Builder,DescribeFleetAdvisorSchemasRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeFleetAdvisorSchemasRequest

  • Method Details

    • 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"

      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 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"

      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 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"

      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 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"

      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 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"

      This is a convenience method that creates an instance of the 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<Filter>).

      Parameters:
      filters - a consumer that will call methods on Filter.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 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.