public static interface BatchGetSecurityControlsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchGetSecurityControlsResponse.Builder,BatchGetSecurityControlsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecurityControlsResponse.Builder |
securityControls(Collection<SecurityControl> securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResponse.Builder |
securityControls(Consumer<SecurityControl.Builder>... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResponse.Builder |
securityControls(SecurityControl... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResponse.Builder |
unprocessedIds(Collection<UnprocessedSecurityControl> unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) for which details cannot be returned. |
BatchGetSecurityControlsResponse.Builder |
unprocessedIds(Consumer<UnprocessedSecurityControl.Builder>... unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) for which details cannot be returned. |
BatchGetSecurityControlsResponse.Builder |
unprocessedIds(UnprocessedSecurityControl... unprocessedIds)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) for which details cannot be returned. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetSecurityControlsResponse.Builder securityControls(Collection<SecurityControl> securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
The same information is returned whether the request includes SecurityControlId or
SecurityControlArn.
securityControls - An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security
control. The same information is returned whether the request includes SecurityControlId
or SecurityControlArn.BatchGetSecurityControlsResponse.Builder securityControls(SecurityControl... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
The same information is returned whether the request includes SecurityControlId or
SecurityControlArn.
securityControls - An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security
control. The same information is returned whether the request includes SecurityControlId
or SecurityControlArn.BatchGetSecurityControlsResponse.Builder securityControls(Consumer<SecurityControl.Builder>... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
The same information is returned whether the request includes SecurityControlId or
SecurityControlArn.
SecurityControl.Builder avoiding the need to create
one manually via SecurityControl.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #securityControls(List.
securityControls - a consumer that will call methods on
SecurityControl.Builder#securityControls(java.util.Collection) BatchGetSecurityControlsResponse.Builder unprocessedIds(Collection<UnprocessedSecurityControl> unprocessedIds)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) for which details cannot be returned.
unprocessedIds - A security control (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters) for which details cannot be returned.BatchGetSecurityControlsResponse.Builder unprocessedIds(UnprocessedSecurityControl... unprocessedIds)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) for which details cannot be returned.
unprocessedIds - A security control (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters) for which details cannot be returned.BatchGetSecurityControlsResponse.Builder unprocessedIds(Consumer<UnprocessedSecurityControl.Builder>... unprocessedIds)
A security control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) for which details cannot be returned.
UnprocessedSecurityControl.Builder avoiding the
need to create one manually via
UnprocessedSecurityControl.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #unprocessedIds(List.
unprocessedIds - a consumer that will call methods on
UnprocessedSecurityControl.Builder#unprocessedIds(java.util.Collection) Copyright © 2023. All rights reserved.