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.
|
copy
applyMutation, build
ExclusionPreview.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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #scopes(List)
.scopes
- a consumer that will call methods on List.Builder
#scopes(List)
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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #attributes(List)
.attributes
- a consumer that will call methods on List.Builder
#attributes(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.