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