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 token that is required for pagination.
|
GetEnabledStandardsResponse.Builder |
standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The standards subscription details returned by the operation.
|
GetEnabledStandardsResponse.Builder |
standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The standards subscription details returned by the operation.
|
GetEnabledStandardsResponse.Builder |
standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The standards subscription details returned by the operation.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetEnabledStandardsResponse.Builder standardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The standards subscription details returned by the operation.
standardsSubscriptions
- The standards subscription details returned by the operation.GetEnabledStandardsResponse.Builder standardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The standards subscription details returned by the operation.
standardsSubscriptions
- The standards subscription details returned by the operation.GetEnabledStandardsResponse.Builder standardsSubscriptions(Consumer<StandardsSubscription.Builder>... standardsSubscriptions)
The standards subscription details returned by the operation.
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 #standardsSubscriptions(List)
.standardsSubscriptions
- a consumer that will call methods on List.Builder
#standardsSubscriptions(List)
GetEnabledStandardsResponse.Builder nextToken(String nextToken)
The token that is required for pagination.
nextToken
- The token that is required for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.