Interface EngineAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngineAttribute.Builder,EngineAttribute>,SdkBuilder<EngineAttribute.Builder,EngineAttribute>,SdkPojo
- Enclosing class:
- EngineAttribute
public static interface EngineAttribute.Builder extends SdkPojo, CopyableBuilder<EngineAttribute.Builder,EngineAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngineAttribute.Buildername(String name)The name of the engine attribute.EngineAttribute.Buildervalue(String value)The value of the engine attribute.-
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
EngineAttribute.Builder name(String name)
The name of the engine attribute.
- Parameters:
name- The name of the engine attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
EngineAttribute.Builder value(String value)
The value of the engine attribute.
- Parameters:
value- The value of the engine attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-