Interface InterfaceRelationshipSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InterfaceRelationshipSummary.Builder,,- InterfaceRelationshipSummary> - SdkBuilder<InterfaceRelationshipSummary.Builder,,- InterfaceRelationshipSummary> - SdkPojo
- Enclosing class:
- InterfaceRelationshipSummary
@Mutable
@NotThreadSafe
public static interface InterfaceRelationshipSummary.Builder
extends SdkPojo, CopyableBuilder<InterfaceRelationshipSummary.Builder,InterfaceRelationshipSummary> 
- 
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.
 
 
-