CopyableBuilder<SupportedProductConfig.Builder,SupportedProductConfig>, SdkBuilder<SupportedProductConfig.Builder,SupportedProductConfig>public static interface SupportedProductConfig.Builder extends CopyableBuilder<SupportedProductConfig.Builder,SupportedProductConfig>
| Modifier and Type | Method | Description |
|---|---|---|
SupportedProductConfig.Builder |
args(String... args) |
The list of user-supplied arguments.
|
SupportedProductConfig.Builder |
args(Collection<String> args) |
The list of user-supplied arguments.
|
SupportedProductConfig.Builder |
name(String name) |
The name of the product configuration.
|
copyapply, buildSupportedProductConfig.Builder name(String name)
The name of the product configuration.
name - The name of the product configuration.SupportedProductConfig.Builder args(Collection<String> args)
The list of user-supplied arguments.
args - The list of user-supplied arguments.SupportedProductConfig.Builder args(String... args)
The list of user-supplied arguments.
NOTE: This method appends the values to the existing list (if any). Use
#setArgs(java.util.Collection) or #withArgs(java.util.Collection) if you want to override the
existing values.
args - The list of user-supplied arguments.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.