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 Summary
Modifier 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.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
-
interfaceAssetModelId
The 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.
-
interfaceAssetModelPropertyId
The 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.
-