public static interface DescribeStandardsControlsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeStandardsControlsResponse.Builder,DescribeStandardsControlsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsControlsResponse.Builder |
controls(Collection<StandardsControl> controls)
A list of security standards controls.
|
DescribeStandardsControlsResponse.Builder |
controls(Consumer<StandardsControl.Builder>... controls)
A list of security standards controls.
|
DescribeStandardsControlsResponse.Builder |
controls(StandardsControl... controls)
A list of security standards controls.
|
DescribeStandardsControlsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to request the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStandardsControlsResponse.Builder controls(Collection<StandardsControl> controls)
A list of security standards controls.
controls - A list of security standards controls.DescribeStandardsControlsResponse.Builder controls(StandardsControl... controls)
A list of security standards controls.
controls - A list of security standards controls.DescribeStandardsControlsResponse.Builder controls(Consumer<StandardsControl.Builder>... controls)
A list of security standards controls.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #controls(List) .controls - a consumer that will call methods on List.Builder #controls(List) DescribeStandardsControlsResponse.Builder nextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken - The pagination token to use to request the next page of results.Copyright © 2021. All rights reserved.