public static interface Standard.Builder extends SdkPojo, CopyableBuilder<Standard.Builder,Standard>
| Modifier and Type | Method and Description |
|---|---|
Standard.Builder |
description(String description)
A description of the standard.
|
Standard.Builder |
enabledByDefault(Boolean enabledByDefault)
Whether the standard is enabled by default.
|
Standard.Builder |
name(String name)
The name of the standard.
|
Standard.Builder |
standardsArn(String standardsArn)
The ARN of a standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandard.Builder standardsArn(String standardsArn)
The ARN of a standard.
standardsArn - The ARN of a standard.Standard.Builder name(String name)
The name of the standard.
name - The name of the standard.Standard.Builder description(String description)
A description of the standard.
description - A description of the standard.Standard.Builder enabledByDefault(Boolean enabledByDefault)
Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.
When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled
by default unless EnableDefaultStandards is set to false.
enabledByDefault - Whether the standard is enabled by default. When Security Hub is enabled from the console, if a
standard is enabled by default, the check box for that standard is selected by default.
When Security Hub is enabled using the EnableSecurityHub API operation, the standard is
enabled by default unless EnableDefaultStandards is set to false.
Copyright © 2022. All rights reserved.