public static interface ListFrameworksResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListFrameworksResponse.Builder,ListFrameworksResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFrameworksResponse.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.
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.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.
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.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 theFramework.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.
frameworks - a consumer that will call methods on
Framework.Builder#frameworks(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.