Interface DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder

    • Method Detail

      • filters

        DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder filters​(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:

        • schema-id – The ID of the schema, for example d4610ac5-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 example d4610ac5-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

        DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder filters​(Filter... 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 example d4610ac5-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 example d4610ac5-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

        DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder 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:

        • schema-id – The ID of the schema, for example d4610ac5-e323-4ad9-bc50-eaf7249dfe9d.

        Example: describe-fleet-advisor-schema-object-summary --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).

        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:
        #filters(java.util.Collection)
      • maxRecords

        DescribeFleetAdvisorSchemaObjectSummaryRequest.Builder maxRecords​(Integer maxRecords)

        End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see Amazon Web Services DMS Fleet Advisor end of support.

        Sets the maximum number of records returned in the response.

        Parameters:
        maxRecords -

        End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see Amazon Web Services DMS Fleet Advisor end of support.

        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

        DescribeFleetAdvisorSchemaObjectSummaryRequest.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.

        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.