Interface InterfaceSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InterfaceSummary.Builder,,- InterfaceSummary> - SdkBuilder<InterfaceSummary.Builder,,- InterfaceSummary> - SdkPojo
- Enclosing class:
- InterfaceSummary
@Mutable
@NotThreadSafe
public static interface InterfaceSummary.Builder
extends SdkPojo, CopyableBuilder<InterfaceSummary.Builder,InterfaceSummary> 
- 
Method SummaryModifier and TypeMethodDescriptioninterfaceAssetModelId(String interfaceAssetModelId) The ID of the interface asset model that contains this property.interfaceAssetModelPropertyId(String interfaceAssetModelPropertyId) The ID of the property in the interface asset model that corresponds to this property.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- 
interfaceAssetModelIdThe ID of the interface asset model that contains this property. - Parameters:
- interfaceAssetModelId- The ID of the interface asset model that contains this property.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
interfaceAssetModelPropertyIdThe ID of the property in the interface asset model that corresponds to this property. - Parameters:
- interfaceAssetModelPropertyId- The ID of the property in the interface asset model that corresponds to this property.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-