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 method that creates an instance of theStandard.Builder avoiding the need to create one
manually via Standard.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #standards(List.
standards - a consumer that will call methods on
Standard.Builder#standards(java.util.Collection) 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 © 2023. All rights reserved.