public static interface ListSecurityControlDefinitionsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityControlDefinitionsResponse.Builder,ListSecurityControlDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityControlDefinitionsResponse.Builder |
nextToken(String nextToken)
A pagination parameter that's included in the response only if it was included in the request.
|
ListSecurityControlDefinitionsResponse.Builder |
securityControlDefinitions(Collection<SecurityControlDefinition> securityControlDefinitions)
An array of controls that apply to the specified standard.
|
ListSecurityControlDefinitionsResponse.Builder |
securityControlDefinitions(Consumer<SecurityControlDefinition.Builder>... securityControlDefinitions)
An array of controls that apply to the specified standard.
|
ListSecurityControlDefinitionsResponse.Builder |
securityControlDefinitions(SecurityControlDefinition... securityControlDefinitions)
An array of controls that apply to the specified standard.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityControlDefinitionsResponse.Builder securityControlDefinitions(Collection<SecurityControlDefinition> securityControlDefinitions)
An array of controls that apply to the specified standard.
securityControlDefinitions - An array of controls that apply to the specified standard.ListSecurityControlDefinitionsResponse.Builder securityControlDefinitions(SecurityControlDefinition... securityControlDefinitions)
An array of controls that apply to the specified standard.
securityControlDefinitions - An array of controls that apply to the specified standard.ListSecurityControlDefinitionsResponse.Builder securityControlDefinitions(Consumer<SecurityControlDefinition.Builder>... securityControlDefinitions)
An array of controls that apply to the specified standard.
This is a convenience method that creates an instance of theSecurityControlDefinition.Builder avoiding the need
to create one manually via
SecurityControlDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #securityControlDefinitions(List.
securityControlDefinitions - a consumer that will call methods on
SecurityControlDefinition.Builder#securityControlDefinitions(java.util.Collection) ListSecurityControlDefinitionsResponse.Builder nextToken(String nextToken)
A pagination parameter that's included in the response only if it was included in the request.
nextToken - A pagination parameter that's included in the response only if it was included in the request.Copyright © 2023. All rights reserved.