Interface DescribeAssetModelInterfaceRelationshipRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAssetModelInterfaceRelationshipRequest.Builder,
,DescribeAssetModelInterfaceRelationshipRequest> IoTSiteWiseRequest.Builder
,SdkBuilder<DescribeAssetModelInterfaceRelationshipRequest.Builder,
,DescribeAssetModelInterfaceRelationshipRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeAssetModelInterfaceRelationshipRequest
@Mutable
@NotThreadSafe
public static interface DescribeAssetModelInterfaceRelationshipRequest.Builder
extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssetModelInterfaceRelationshipRequest.Builder,DescribeAssetModelInterfaceRelationshipRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassetModelId
(String assetModelId) The ID of the asset model.interfaceAssetModelId
(String interfaceAssetModelId) The ID of the interface asset model.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
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
-
assetModelId
The ID of the asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.
- Parameters:
assetModelId
- The ID of the asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interfaceAssetModelId
DescribeAssetModelInterfaceRelationshipRequest.Builder interfaceAssetModelId(String interfaceAssetModelId) The ID of the interface asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.
- Parameters:
interfaceAssetModelId
- The ID of the interface asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAssetModelInterfaceRelationshipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeAssetModelInterfaceRelationshipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-