Interface BatchGetSecurityControlsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetSecurityControlsRequest.Builder,BatchGetSecurityControlsRequest>,SdkBuilder<BatchGetSecurityControlsRequest.Builder,BatchGetSecurityControlsRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- BatchGetSecurityControlsRequest
public static interface BatchGetSecurityControlsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchGetSecurityControlsRequest.Builder,BatchGetSecurityControlsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetSecurityControlsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetSecurityControlsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetSecurityControlsRequest.BuildersecurityControlIds(String... securityControlIds)A list of security controls (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters).BatchGetSecurityControlsRequest.BuildersecurityControlIds(Collection<String> securityControlIds)A list of security controls (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
securityControlIds
BatchGetSecurityControlsRequest.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.- Parameters:
securityControlIds- A list of security controls (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityControlIds
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.- Parameters:
securityControlIds- A list of security controls (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetSecurityControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetSecurityControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-