Interface RegisterAccountAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterAccountAssociationResponse.Builder,,RegisterAccountAssociationResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<RegisterAccountAssociationResponse.Builder,,RegisterAccountAssociationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RegisterAccountAssociationResponse
@Mutable
@NotThreadSafe
public static interface RegisterAccountAssociationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<RegisterAccountAssociationResponse.Builder,RegisterAccountAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountAssociationId(String accountAssociationId) The identifier of the account association that was registered.deviceDiscoveryId(String deviceDiscoveryId) The identifier of the device discovery job associated with this registration.managedThingId(String managedThingId) The identifier of the managed thing that was registered with the account association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accountAssociationId
The identifier of the account association that was registered.
- Parameters:
accountAssociationId- The identifier of the account association that was registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceDiscoveryId
The identifier of the device discovery job associated with this registration.
- Parameters:
deviceDiscoveryId- The identifier of the device discovery job associated with this registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedThingId
The identifier of the managed thing that was registered with the account association.
- Parameters:
managedThingId- The identifier of the managed thing that was registered with the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-