Interface DescribeFleetAdvisorSchemasResponse.Builder

    • Method Detail

      • fleetAdvisorSchemas

        DescribeFleetAdvisorSchemasResponse.Builder fleetAdvisorSchemas​(Collection<SchemaResponse> fleetAdvisorSchemas)

        A collection of SchemaResponse objects.

        Parameters:
        fleetAdvisorSchemas - A collection of SchemaResponse objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleetAdvisorSchemas

        DescribeFleetAdvisorSchemasResponse.Builder fleetAdvisorSchemas​(SchemaResponse... fleetAdvisorSchemas)

        A collection of SchemaResponse objects.

        Parameters:
        fleetAdvisorSchemas - A collection of SchemaResponse objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFleetAdvisorSchemasResponse.Builder nextToken​(String nextToken)

        If NextToken is returned, 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, 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.