| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Exclusion.Builder |
Exclusion.Builder.arn(String arn)
The ARN that specifies the exclusion.
|
Exclusion.Builder |
Exclusion.Builder.attributes(Attribute... attributes)
The system-defined attributes for the exclusion.
|
Exclusion.Builder |
Exclusion.Builder.attributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion.
|
Exclusion.Builder |
Exclusion.Builder.attributes(Consumer<Attribute.Builder>... attributes)
The system-defined attributes for the exclusion.
|
static Exclusion.Builder |
Exclusion.builder() |
Exclusion.Builder |
Exclusion.Builder.description(String description)
The description of the exclusion.
|
Exclusion.Builder |
Exclusion.Builder.recommendation(String recommendation)
The recommendation for the exclusion.
|
Exclusion.Builder |
Exclusion.Builder.scopes(Collection<Scope> scopes)
The AWS resources for which the exclusion pertains.
|
Exclusion.Builder |
Exclusion.Builder.scopes(Consumer<Scope.Builder>... scopes)
The AWS resources for which the exclusion pertains.
|
Exclusion.Builder |
Exclusion.Builder.scopes(Scope... scopes)
The AWS resources for which the exclusion pertains.
|
Exclusion.Builder |
Exclusion.Builder.title(String title)
The name of the exclusion.
|
Exclusion.Builder |
Exclusion.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Exclusion.Builder> |
Exclusion.serializableBuilderClass() |
Copyright © 2023. All rights reserved.