public static interface DescribeStandardsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeStandardsResponse.Builder,DescribeStandardsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to request the next page of results.
|
DescribeStandardsResponse.Builder |
standards(Collection<Standard> standards)
A list of available standards.
|
DescribeStandardsResponse.Builder |
standards(Consumer<Standard.Builder>... standards)
A list of available standards.
|
DescribeStandardsResponse.Builder |
standards(Standard... standards)
A list of available standards.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStandardsResponse.Builder standards(Collection<Standard> standards)
A list of available standards.
standards - A list of available standards.DescribeStandardsResponse.Builder standards(Standard... standards)
A list of available standards.
standards - A list of available standards.DescribeStandardsResponse.Builder standards(Consumer<Standard.Builder>... standards)
A list of available standards.
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 #standards(List) .standards - a consumer that will call methods on List.Builder #standards(List) DescribeStandardsResponse.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.