| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static Standard.Builder |
Standard.builder() |
Standard.Builder |
Standard.Builder.description(String description)
A description of the standard.
|
Standard.Builder |
Standard.Builder.enabledByDefault(Boolean enabledByDefault)
Whether the standard is enabled by default.
|
Standard.Builder |
Standard.Builder.name(String name)
The name of the standard.
|
Standard.Builder |
Standard.Builder.standardsArn(String standardsArn)
The ARN of a standard.
|
default Standard.Builder |
Standard.Builder.standardsManagedBy(Consumer<StandardsManagedBy.Builder> standardsManagedBy)
Provides details about the management of a standard.
|
Standard.Builder |
Standard.Builder.standardsManagedBy(StandardsManagedBy standardsManagedBy)
Provides details about the management of a standard.
|
Standard.Builder |
Standard.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Standard.Builder> |
Standard.serializableBuilderClass() |
Copyright © 2023. All rights reserved.