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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportedProductConfig.Builderargs(String... args)The list of user-supplied arguments.SupportedProductConfig.Builderargs(Collection<String> args)The list of user-supplied arguments.SupportedProductConfig.Buildername(String name)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
SupportedProductConfig.Builder name(String 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
SupportedProductConfig.Builder args(Collection<String> 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
SupportedProductConfig.Builder args(String... 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.
-
-