Interface InterfaceRelationship.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InterfaceRelationship.Builder,
,InterfaceRelationship> SdkBuilder<InterfaceRelationship.Builder,
,InterfaceRelationship> SdkPojo
- Enclosing class:
InterfaceRelationship
@Mutable
@NotThreadSafe
public static interface InterfaceRelationship.Builder
extends SdkPojo, CopyableBuilder<InterfaceRelationship.Builder,InterfaceRelationship>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the asset model that has the interface applied to it.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
-
id
The ID of the asset model that has the interface applied to it.
- Parameters:
id
- The ID of the asset model that has the interface applied to it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-