Interface ImageUsageResourceTypeOption.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageUsageResourceTypeOption.Builder,,ImageUsageResourceTypeOption> SdkBuilder<ImageUsageResourceTypeOption.Builder,,ImageUsageResourceTypeOption> SdkPojo
- Enclosing class:
- ImageUsageResourceTypeOption
@Mutable
@NotThreadSafe
public static interface ImageUsageResourceTypeOption.Builder
extends SdkPojo, CopyableBuilder<ImageUsageResourceTypeOption.Builder,ImageUsageResourceTypeOption>
-
Method Summary
Modifier and TypeMethodDescriptionoptionName(String optionName) The name of the option.optionValues(String... optionValues) The number of launch template versions to check.optionValues(Collection<String> optionValues) The number of launch template versions to check.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
optionName
The name of the option.
- Parameters:
optionName- The name of the option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionValues
The number of launch template versions to check.
- Parameters:
optionValues- The number of launch template versions to check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionValues
The number of launch template versions to check.
- Parameters:
optionValues- The number of launch template versions to check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-