Interface SupportedProductConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SupportedProductConfig.Builder,
,SupportedProductConfig> SdkBuilder<SupportedProductConfig.Builder,
,SupportedProductConfig> SdkPojo
- Enclosing class:
SupportedProductConfig
public static interface SupportedProductConfig.Builder
extends SdkPojo, CopyableBuilder<SupportedProductConfig.Builder,SupportedProductConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of user-supplied arguments.args
(Collection<String> args) The list of user-supplied arguments.The name of the product configuration.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, sdkFields
-
Method Details
-
name
The name of the product configuration.
- Parameters:
name
- The name of the product configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
args
The list of user-supplied arguments.
- Parameters:
args
- The list of user-supplied arguments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
args
The list of user-supplied arguments.
- Parameters:
args
- The list of user-supplied arguments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-