Interface TargetPreview.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetPreview.Builder,
,TargetPreview> SdkBuilder<TargetPreview.Builder,
,TargetPreview> SdkPojo
- Enclosing class:
TargetPreview
@Mutable
@NotThreadSafe
public static interface TargetPreview.Builder
extends SdkPojo, CopyableBuilder<TargetPreview.Builder,TargetPreview>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of resources of a certain type included in an execution preview.targetType
(String targetType) A type of resource that was included in the execution preview.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
count
The number of resources of a certain type included in an execution preview.
- Parameters:
count
- The number of resources of a certain type included in an execution preview.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetType
A type of resource that was included in the execution preview.
- Parameters:
targetType
- A type of resource that was included in the execution preview.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-