Interface CreateAccountAssociationResponse.Builder

  • Method Details

    • oAuthAuthorizationUrl

      CreateAccountAssociationResponse.Builder oAuthAuthorizationUrl(String 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.
    • accountAssociationId

      CreateAccountAssociationResponse.Builder accountAssociationId(String accountAssociationId)

      The identifier for the account association request.

      Parameters:
      accountAssociationId - The identifier for the account association request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationState

      CreateAccountAssociationResponse.Builder associationState(String associationState)

      The current state of the account association request.

      Parameters:
      associationState - The current state of the account association request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • associationState

      CreateAccountAssociationResponse.Builder associationState(AssociationState associationState)

      The current state of the account association request.

      Parameters:
      associationState - The current state of the account association request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.