Interface ImageUsageResourceTypeOptionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageUsageResourceTypeOptionRequest.Builder,ImageUsageResourceTypeOptionRequest>,SdkBuilder<ImageUsageResourceTypeOptionRequest.Builder,ImageUsageResourceTypeOptionRequest>,SdkPojo
- Enclosing class:
- ImageUsageResourceTypeOptionRequest
@Mutable @NotThreadSafe public static interface ImageUsageResourceTypeOptionRequest.Builder extends SdkPojo, CopyableBuilder<ImageUsageResourceTypeOptionRequest.Builder,ImageUsageResourceTypeOptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageUsageResourceTypeOptionRequest.BuilderoptionName(String optionName)The name of the option.ImageUsageResourceTypeOptionRequest.BuilderoptionValues(String... optionValues)A value for the specified option.ImageUsageResourceTypeOptionRequest.BuilderoptionValues(Collection<String> optionValues)A value for the specified option.-
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
-
optionName
ImageUsageResourceTypeOptionRequest.Builder optionName(String optionName)
The name of the option.
Valid value:
version-depth- The number of launch template versions to check.- Parameters:
optionName- The name of the option.Valid value:
version-depth- The number of launch template versions to check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionValues
ImageUsageResourceTypeOptionRequest.Builder optionValues(Collection<String> optionValues)
A value for the specified option.
Valid values: Integers between
1and10000Default:
20- Parameters:
optionValues- A value for the specified option.Valid values: Integers between
1and10000Default:
20- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionValues
ImageUsageResourceTypeOptionRequest.Builder optionValues(String... optionValues)
A value for the specified option.
Valid values: Integers between
1and10000Default:
20- Parameters:
optionValues- A value for the specified option.Valid values: Integers between
1and10000Default:
20- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-