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 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
-