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.
|
default Standard.Builder |
standardsManagedBy(Consumer<StandardsManagedBy.Builder> standardsManagedBy)
Provides details about the management of a standard.
|
Standard.Builder |
standardsManagedBy(StandardsManagedBy standardsManagedBy)
Provides details about the management 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.
Standard.Builder standardsManagedBy(StandardsManagedBy standardsManagedBy)
Provides details about the management of a standard.
standardsManagedBy - Provides details about the management of a standard.default Standard.Builder standardsManagedBy(Consumer<StandardsManagedBy.Builder> standardsManagedBy)
Provides details about the management of a standard.
This is a convenience method that creates an instance of theStandardsManagedBy.Builder avoiding the
need to create one manually via StandardsManagedBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to standardsManagedBy(StandardsManagedBy).
standardsManagedBy - a consumer that will call methods on StandardsManagedBy.BuilderstandardsManagedBy(StandardsManagedBy)Copyright © 2023. All rights reserved.