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 SummaryModifier and TypeMethodDescriptionThe ID of the asset model that has the interface applied to it.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
 
-