public static interface BatchGetSecurityControlsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchGetSecurityControlsRequest.Builder,BatchGetSecurityControlsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecurityControlsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetSecurityControlsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetSecurityControlsRequest.Builder |
securityControlIds(Collection<String> securityControlIds)
A list of security controls (identified with
SecurityControlId, SecurityControlArn,
or a mix of both parameters). |
BatchGetSecurityControlsRequest.Builder |
securityControlIds(String... securityControlIds)
A list of security controls (identified with
SecurityControlId, SecurityControlArn,
or a mix of both parameters). |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetSecurityControlsRequest.Builder securityControlIds(Collection<String> securityControlIds)
A list of security controls (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across
standards.
securityControlIds - A list of security controls (identified with SecurityControlId,
SecurityControlArn, or a mix of both parameters). The security control ID or Amazon
Resource Name (ARN) is the same across standards.BatchGetSecurityControlsRequest.Builder securityControlIds(String... securityControlIds)
A list of security controls (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across
standards.
securityControlIds - A list of security controls (identified with SecurityControlId,
SecurityControlArn, or a mix of both parameters). The security control ID or Amazon
Resource Name (ARN) is the same across standards.BatchGetSecurityControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetSecurityControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.