Interface BatchGetStandardsControlAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchGetStandardsControlAssociationsRequest.Builder,
,BatchGetStandardsControlAssociationsRequest> SdkBuilder<BatchGetStandardsControlAssociationsRequest.Builder,
,BatchGetStandardsControlAssociationsRequest> SdkPojo
,SdkRequest.Builder
,SecurityHubRequest.Builder
- Enclosing class:
BatchGetStandardsControlAssociationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.standardsControlAssociationIds
(Collection<StandardsControlAssociationId> standardsControlAssociationIds) An array with one or more objects that includes a security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.standardsControlAssociationIds
(Consumer<StandardsControlAssociationId.Builder>... standardsControlAssociationIds) An array with one or more objects that includes a security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.standardsControlAssociationIds
(StandardsControlAssociationId... standardsControlAssociationIds) An array with one or more objects that includes a security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
Method Details
-
standardsControlAssociationIds
BatchGetStandardsControlAssociationsRequest.Builder standardsControlAssociationIds(Collection<StandardsControlAssociationId> standardsControlAssociationIds) An array with one or more objects that includes a security control (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.- Parameters:
standardsControlAssociationIds
- An array with one or more objects that includes a security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationIds
BatchGetStandardsControlAssociationsRequest.Builder standardsControlAssociationIds(StandardsControlAssociationId... standardsControlAssociationIds) An array with one or more objects that includes a security control (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.- Parameters:
standardsControlAssociationIds
- An array with one or more objects that includes a security control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationIds
BatchGetStandardsControlAssociationsRequest.Builder standardsControlAssociationIds(Consumer<StandardsControlAssociationId.Builder>... standardsControlAssociationIds) An array with one or more objects that includes a security control (identified with
This is a convenience method that creates an instance of theSecurityControlId
,SecurityControlArn
, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.StandardsControlAssociationId.Builder
avoiding the need to create one manually viaStandardsControlAssociationId.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostandardsControlAssociationIds(List<StandardsControlAssociationId>)
.- Parameters:
standardsControlAssociationIds
- a consumer that will call methods onStandardsControlAssociationId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
BatchGetStandardsControlAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchGetStandardsControlAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-