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