public static interface GetEnabledStandardsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetEnabledStandardsResponse.Builder,GetEnabledStandardsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnabledStandardsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to request the next page of results.
|
GetEnabledStandardsResponse.Builder |
standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
GetEnabledStandardsResponse.Builder |
standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
GetEnabledStandardsResponse.Builder |
standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The list of
StandardsSubscriptions objects that include information about the enabled standards. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnabledStandardsResponse.Builder standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The list of StandardsSubscriptions objects that include information about the enabled standards.
standardsSubscriptions - The list of StandardsSubscriptions objects that include information about the enabled
standards.GetEnabledStandardsResponse.Builder standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The list of StandardsSubscriptions objects that include information about the enabled standards.
standardsSubscriptions - The list of StandardsSubscriptions objects that include information about the enabled
standards.GetEnabledStandardsResponse.Builder standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The list of StandardsSubscriptions objects that include information about the enabled standards.
List.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 #standardsSubscriptions(List) .standardsSubscriptions - a consumer that will call methods on List.Builder #standardsSubscriptions(List) GetEnabledStandardsResponse.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.