public static interface SupportedProductConfig.Builder extends CopyableBuilder<SupportedProductConfig.Builder,SupportedProductConfig>
| Modifier and Type | Method and Description |
|---|---|
SupportedProductConfig.Builder |
args(Collection<String> args)
The list of user-supplied arguments.
|
SupportedProductConfig.Builder |
args(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.
args - The list of user-supplied arguments.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.