Interface GetAccountAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAccountAssociationResponse.Builder,
,GetAccountAssociationResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<GetAccountAssociationResponse.Builder,
,GetAccountAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAccountAssociationResponse
@Mutable
@NotThreadSafe
public static interface GetAccountAssociationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetAccountAssociationResponse.Builder,GetAccountAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountAssociationId
(String accountAssociationId) The unique identifier of the retrieved account association.The Amazon Resource Name (ARN) of the account association.associationState
(String associationState) The current status state for the account association.associationState
(AssociationState associationState) The current status state for the account association.connectorDestinationId
(String connectorDestinationId) The identifier of the connector destination associated with this account association.description
(String description) The description of the account association.errorMessage
(String errorMessage) The error message explaining the current account association error.The name of the account association.oAuthAuthorizationUrl
(String oAuthAuthorizationUrl) Third party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.A set of key/value pairs that are used to manage the account association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accountAssociationId
The unique identifier of the retrieved account association.
- Parameters:
accountAssociationId
- The unique identifier of the retrieved account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationState
The current status state for the account association.
- Parameters:
associationState
- The current status state for the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
associationState
The current status state for the account association.
- Parameters:
associationState
- The current status state for the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
The error message explaining the current account association error.
- Parameters:
errorMessage
- The error message explaining the current account association error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorDestinationId
The identifier of the connector destination associated with this account association.
- Parameters:
connectorDestinationId
- The identifier of the connector destination associated with this account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the account association.
- Parameters:
name
- The name of the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the account association.
- Parameters:
description
- The description of the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the account association.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oAuthAuthorizationUrl
Third party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.
- Parameters:
oAuthAuthorizationUrl
- Third party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A set of key/value pairs that are used to manage the account association.
- Parameters:
tags
- A set of key/value pairs that are used to manage the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-