public static interface BatchGetStandardsControlAssociationsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchGetStandardsControlAssociationsRequest.Builder,BatchGetStandardsControlAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetStandardsControlAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetStandardsControlAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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. |
BatchGetStandardsControlAssociationsRequest.Builder |
standardsControlAssociationIds(Consumer<StandardsControlAssociationId.Builder>... 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. |
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. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetStandardsControlAssociationsRequest.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.
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.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.
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.BatchGetStandardsControlAssociationsRequest.Builder standardsControlAssociationIds(Consumer<StandardsControlAssociationId.Builder>... 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.
StandardsControlAssociationId.Builder avoiding the
need to create one manually via
StandardsControlAssociationId.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #standardsControlAssociationIds(List.
standardsControlAssociationIds - a consumer that will call methods on
StandardsControlAssociationId.Builder#standardsControlAssociationIds(java.util.Collection) BatchGetStandardsControlAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetStandardsControlAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.