Interface ListFrameworksResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BackupResponse.Builder, Buildable, CopyableBuilder<ListFrameworksResponse.Builder,ListFrameworksResponse>, SdkBuilder<ListFrameworksResponse.Builder,ListFrameworksResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListFrameworksResponse

public static interface ListFrameworksResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListFrameworksResponse.Builder,ListFrameworksResponse>
  • Method Details

    • 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

      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<Framework>).

      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:
    • 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.