public static interface EngineAttribute.Builder extends CopyableBuilder<EngineAttribute.Builder,EngineAttribute>
| Modifier and Type | Method and Description |
|---|---|
EngineAttribute.Builder |
name(String name)
The name of the engine attribute.
|
EngineAttribute.Builder |
value(String value)
The value of the engine attribute.
|
copyapply, buildEngineAttribute.Builder name(String name)
The name of the engine attribute.
name - The name of the engine attribute.EngineAttribute.Builder value(String value)
The value of the engine attribute.
value - The value of the engine attribute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.