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
Modifier and TypeMethodDescriptionName 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 Details
-
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.
-