public static interface ExclusionPreview.Builder extends SdkPojo, CopyableBuilder<ExclusionPreview.Builder,ExclusionPreview>
| Modifier and Type | Method and Description |
|---|---|
ExclusionPreview.Builder |
attributes(Attribute... attributes)
The system-defined attributes for the exclusion preview.
|
ExclusionPreview.Builder |
attributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion preview.
|
ExclusionPreview.Builder |
attributes(Consumer<Attribute.Builder>... attributes)
The system-defined attributes for the exclusion preview.
|
ExclusionPreview.Builder |
description(String description)
The description of the exclusion preview.
|
ExclusionPreview.Builder |
recommendation(String recommendation)
The recommendation for the exclusion preview.
|
ExclusionPreview.Builder |
scopes(Collection<Scope> scopes)
The AWS resources for which the exclusion preview pertains.
|
ExclusionPreview.Builder |
scopes(Consumer<Scope.Builder>... scopes)
The AWS resources for which the exclusion preview pertains.
|
ExclusionPreview.Builder |
scopes(Scope... scopes)
The AWS resources for which the exclusion preview pertains.
|
ExclusionPreview.Builder |
title(String title)
The name of the exclusion preview.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExclusionPreview.Builder title(String title)
The name of the exclusion preview.
title - The name of the exclusion preview.ExclusionPreview.Builder description(String description)
The description of the exclusion preview.
description - The description of the exclusion preview.ExclusionPreview.Builder recommendation(String recommendation)
The recommendation for the exclusion preview.
recommendation - The recommendation for the exclusion preview.ExclusionPreview.Builder scopes(Collection<Scope> scopes)
The AWS resources for which the exclusion preview pertains.
scopes - The AWS resources for which the exclusion preview pertains.ExclusionPreview.Builder scopes(Scope... scopes)
The AWS resources for which the exclusion preview pertains.
scopes - The AWS resources for which the exclusion preview pertains.ExclusionPreview.Builder scopes(Consumer<Scope.Builder>... scopes)
The AWS resources for which the exclusion preview pertains.
This is a convenience method that creates an instance of theScope.Builder avoiding the need to create one
manually via Scope.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #scopes(List.
scopes - a consumer that will call methods on
Scope.Builder#scopes(java.util.Collection) ExclusionPreview.Builder attributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion preview.
attributes - The system-defined attributes for the exclusion preview.ExclusionPreview.Builder attributes(Attribute... attributes)
The system-defined attributes for the exclusion preview.
attributes - The system-defined attributes for the exclusion preview.ExclusionPreview.Builder attributes(Consumer<Attribute.Builder>... attributes)
The system-defined attributes for the exclusion preview.
This is a convenience method that creates an instance of theAttribute.Builder avoiding the need to create one
manually via Attribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #attributes(List.
attributes - a consumer that will call methods on
Attribute.Builder#attributes(java.util.Collection) Copyright © 2023. All rights reserved.