Interface ResultAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResultAttribute.Builder,ResultAttribute>,SdkBuilder<ResultAttribute.Builder,ResultAttribute>,SdkPojo
- Enclosing class:
- ResultAttribute
@Mutable @NotThreadSafe public static interface ResultAttribute.Builder extends SdkPojo, CopyableBuilder<ResultAttribute.Builder,ResultAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultAttribute.BuildertypeName(String typeName)Name of the inventory item type.-
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
-
typeName
ResultAttribute.Builder typeName(String typeName)
Name of the inventory item type. Valid value:
AWS:InstanceInformation. Default Value:AWS:InstanceInformation.- Parameters:
typeName- Name of the inventory item type. Valid value:AWS:InstanceInformation. Default Value:AWS:InstanceInformation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-