Interface TargetPreview.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TargetPreview.Builder,TargetPreview>,SdkBuilder<TargetPreview.Builder,TargetPreview>,SdkPojo
- Enclosing class:
- TargetPreview
public static interface TargetPreview.Builder extends SdkPojo, CopyableBuilder<TargetPreview.Builder,TargetPreview>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetPreview.Buildercount(Integer count)The number of resources of a certain type included in an execution preview.TargetPreview.BuildertargetType(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 Detail
-
count
TargetPreview.Builder count(Integer 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
TargetPreview.Builder targetType(String 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.
-
-