Interface ListFrameworksResponse.Builder

    • Method Detail

      • frameworks

        ListFrameworksResponse.Builder frameworks​(Collection<Framework> frameworks)

        A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

        Parameters:
        frameworks - A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • frameworks

        ListFrameworksResponse.Builder frameworks​(Framework... frameworks)

        A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

        Parameters:
        frameworks - A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • frameworks

        ListFrameworksResponse.Builder frameworks​(Consumer<Framework.Builder>... frameworks)

        A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

        This is a convenience method that creates an instance of the Framework.Builder avoiding the need to create one manually via Framework.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #frameworks(List).

        Parameters:
        frameworks - a consumer that will call methods on Framework.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #frameworks(java.util.Collection)
      • nextToken

        ListFrameworksResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.