Interface ManagedThingAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedThingAssociation.Builder,
,ManagedThingAssociation> SdkBuilder<ManagedThingAssociation.Builder,
,ManagedThingAssociation> SdkPojo
- Enclosing class:
ManagedThingAssociation
@Mutable
@NotThreadSafe
public static interface ManagedThingAssociation.Builder
extends SdkPojo, CopyableBuilder<ManagedThingAssociation.Builder,ManagedThingAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionaccountAssociationId
(String accountAssociationId) The identifier of the account association in the association.managedThingId
(String managedThingId) The identifier of the managed thing in the association.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
-
managedThingId
The identifier of the managed thing in the association.
- Parameters:
managedThingId
- The identifier of the managed thing in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAssociationId
The identifier of the account association in the association.
- Parameters:
accountAssociationId
- The identifier of the account association in the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-