StructuredPojo
, ToCopyableBuilder<SupportedProductConfig.Builder,SupportedProductConfig>
@Generated("software.amazon.awssdk:codegen") public class SupportedProductConfig extends Object implements StructuredPojo, ToCopyableBuilder<SupportedProductConfig.Builder,SupportedProductConfig>
The list of supported product configurations which allow user-supplied arguments. EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SupportedProductConfig.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
args() |
The list of user-supplied arguments.
|
static SupportedProductConfig.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the product configuration.
|
static Class<? extends SupportedProductConfig.Builder> |
serializableBuilderClass() |
|
SupportedProductConfig.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the product configuration.
public List<String> args()
The list of user-supplied arguments.
public SupportedProductConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SupportedProductConfig.Builder,SupportedProductConfig>
public static SupportedProductConfig.Builder builder()
public static Class<? extends SupportedProductConfig.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.