Interface BatchGetStandardsControlAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetStandardsControlAssociationsRequest.Builder,BatchGetStandardsControlAssociationsRequest>,SdkBuilder<BatchGetStandardsControlAssociationsRequest.Builder,BatchGetStandardsControlAssociationsRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- BatchGetStandardsControlAssociationsRequest
public static interface BatchGetStandardsControlAssociationsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchGetStandardsControlAssociationsRequest.Builder,BatchGetStandardsControlAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetStandardsControlAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetStandardsControlAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetStandardsControlAssociationsRequest.BuilderstandardsControlAssociationIds(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.BatchGetStandardsControlAssociationsRequest.BuilderstandardsControlAssociationIds(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.BatchGetStandardsControlAssociationsRequest.BuilderstandardsControlAssociationIds(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 Detail
-
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.Builderavoiding the need to create one manually viaStandardsControlAssociationId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#standardsControlAssociationIds(List.) - 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:
#standardsControlAssociationIds(java.util.Collection)
-
overrideConfiguration
BatchGetStandardsControlAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetStandardsControlAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-